getkey | R Documentation |
Checks first to get key from your .Rprofile or .Renviron (or similar) file
getkey(x = NULL, service)
x |
(character) An API key, defaults to |
service |
(character) The API data provider, used to match to default guest key (for Tropicos; there's no guest key for NCBI or IUCN, for which you have to get your own) |
## Not run:
getkey(service="tropicos")
getkey(service="iucn")
getkey(service="entrez")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.