| getkey {taxize} | R Documentation |
Checks first to get key from your .Rprofile file for an API key with the name 'tropicoskey'. If it is not found, the default key is used.
getkey(x = NULL, service)
x |
An API key, defaults to NULL. |
service |
The API data provider, used to match to default guest key. |
## Not run: getkey(service="tropicos") getkey(service="eol") ## End(Not run)