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