rl_use_iucn {rredlist}R Documentation

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()

Details

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

Value

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

Examples

## Not run: 
# Sign up for an API key
rl_use_iucn()

## End(Not run)

[Package rredlist version 1.0.0 Index]