Return data.frame of extinction risk using IUCN RedList web service

get_iucn(genus_species, rl_token)

Arguments

rl_token

RedList token, issued <http://apiv3.iucnredlist.org/api/v3/token>

Value

data frame of: category, criteria, population_trend, published_year

See also

Examples

rl_token <- readLines("~/private/iucn_api_key") rl_search("Megaptera novaeangliae", key=rl_token)
#> Error in rl_search("Megaptera novaeangliae", key = rl_token): could not find function "rl_search"