Implements Elite Form's Login using your “X-ApiKey” and your custom Elite Form URL
Examples
# Create an API token with your EliteForm URL and API key
token <- EF_CreateAPIToken("https://your.eliteform.com", "your-api-key")
#> Error in assign(mname, def, where): cannot add bindings to a locked environment
# Access components of the token
token@url
#> Error: object 'token' not found
token@api_key
#> Error: object 'token' not found