rredlist
is an R client for the IUCN Red List API (https://api.iucnredlist.org). The IUCN Red List is the world’s most comprehensive information source on the global extinction risk status of animal, fungus and plant species. This package provides access via R to the various data contained within this database which span range details, population size, habitat and ecology, use and/or trade, threats, and conservation actions.
Installation
CRAN
install.packages("rredlist")
Development version
remotes::install_github("ropensci/rredlist")
# OR
install.packages("rredlist", repos = "https://ropensci.r-universe.dev/")
Meta
- Please report any issues or bugs.
- License: MIT
- Get citation information for
rredlist
in R doingcitation(package = 'rredlist')
- Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.