iplookupapi_api_key {iplookupapi} | R Documentation |
Iplookupapi API Key
Description
iplookupapi.com requires authentication via an API key. For this package, the API key is saved as a
environmental variable. In interactive mode, using iplookupapi_api_key
will require you to enter an API key. Alternatively, you can also use
Sys.setenv(IPLOOKUPAPI_API_KEY = <key>)
to set the API key manually.
Usage
iplookupapi_api_key(force = FALSE)
Arguments
force |
If |
Value
Returns the set API key that has been stored as an enviroment variable.
[Package iplookupapi version 0.1.0 Index]