getkey {taxize}R Documentation

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

## Not run: 
getkey(service="tropicos")
getkey(service="eol")

## End(Not run)

[Package taxize version 0.9.0 Index]