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