Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rl_sp_country

Get species by country


Description

Get species by country

Usage

rl_sp_country(country, key = NULL, parse = TRUE, ...)

rl_sp_country_(country, key = NULL, ...)

Arguments

country

(character) A two-letter country code. See isocode column in result of rl_countries() request for country codes.

key

A IUCN API token. See rl_use_iucn.

parse

(logical) Whether to parse to list (FALSE) or data.frame (TRUE). Default: TRUE

...

Curl options passed to HttpClient

Value

A list, with the data in the result slot, unless using a function with a trailing underscore, in which case json as character string is returned.

References

API docs at https://apiv3.iucnredlist.org/api/v3/docs

Examples

## Not run: 
rl_sp_country('AZ')
rl_sp_country('NZ')

# don't parse to data.frame, gives list
rl_sp_country('NZ', parse = FALSE)
# don't parse at all, get json back
rl_sp_country_('NZ')

# curl options
res <- rl_sp_country('NZ', verbose = TRUE)

## End(Not run)

rredlist

'IUCN' Red List Client

v0.7.0
MIT + file LICENSE
Authors
Scott Chamberlain [aut, cre], rOpenSci [fnd] (https://ropensci.org/), Maëlle Salmon [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.