Learn R Programming

taxize (version 0.8.9)

getkey: Function to get API key.

Description

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.

Usage

getkey(x = NULL, service)

Arguments

x

An API key, defaults to NULL.

service

The API data provider, used to match to default guest key.

Examples

Run this code
# NOT RUN {
getkey(service="tropicos")
getkey(service="eol")
# }

Run the code above in your browser using DataLab