Learn R Programming

rredlist (version 1.0.0)

rl_use_iucn: Helper to get and save IUCN API key

Description

Provides instruction on how to get and store a key for the IUCN API. Users of rredlist must do this before using any of the package's other functionality. Note that registering for a key requires an email address and information about your organization.

Usage

rl_use_iucn()

Arguments

Value

Invisibly returns the sign-up URL for the IUCN Red List API.

Details

Note that after filling the online form, you should receive an API key shortly but not immediately.

Examples

Run this code
if (FALSE) {
# Sign up for an API key
rl_use_iucn()
}

Run the code above in your browser using DataLab