Skip to content

IUCN Red List API Client

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ropensci/rredlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c71164d · Oct 20, 2020
Jan 28, 2020
Oct 14, 2020
Oct 14, 2020
Oct 14, 2020
Oct 20, 2020
Oct 14, 2020
Oct 14, 2020
Oct 14, 2020
Oct 14, 2020
Oct 14, 2020
Oct 20, 2020
Jan 28, 2020
Oct 14, 2020
Oct 14, 2020
Jul 16, 2018
Oct 20, 2020
Oct 14, 2020
Oct 14, 2020
Oct 20, 2020
Oct 20, 2020

Repository files navigation

rredlist

cran checks Build Status codecov.io rstudio mirror downloads cran version

rredlist is an R client for the IUCN Red List (https://apiv3.iucnredlist.org/api/v3/docs). The IUCN Red List is a global list of threatened and endangered species. IUCN Red List docs: https://apiv3.iucnredlist.org/api/v3/docs

Installation

CRAN

install.packages("rredlist")

Development version

remotes::install_github("ropensci/rredlist")
# OR
install.packages("rredlist", repos="https://dev.ropensci.org")

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for rredlist in R doing citation(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.

rofooter