setApiKey {ip2locationio} | R Documentation |
Set IP2Location.io API key for lookup. Free API key can be obtained from <https://www.ip2location.io/sign-up?ref=1/>
setApiKey(api_key)
api_key |
IP2Location.io API key |
No return value, called for side effects.
## Not run:
setApiKey("YOUR_API_KEY")
## End(Not run)