https://github.com/ropensci/rredlist
IUCN Red List API Client
https://github.com/ropensci/rredlist
api-wrapper biodiversity conservation iucn iucn-red-list r r-package rstats taxize
Last synced: 14 days ago
JSON representation
IUCN Red List API Client
- Host: GitHub
- URL: https://github.com/ropensci/rredlist
- Owner: ropensci
- License: other
- Created: 2016-01-22T23:11:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:54:02.000Z (6 months ago)
- Last Synced: 2024-10-29T22:29:24.083Z (6 months ago)
- Topics: api-wrapper, biodiversity, conservation, iucn, iucn-red-list, r, r-package, rstats, taxize
- Language: R
- Homepage: https://docs.ropensci.org/rredlist
- Size: 1.78 MB
- Stars: 49
- Watchers: 9
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codemeta: codemeta.json
Awesome Lists containing this project
- awesome-ecodata - R Client
- open-sustainable-technology - rredlist - An R client for the IUCN Red List of threatened and endangered species. (Biosphere / Biodiversity Data Access and Management)
README
rredlist
========```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
```[](https://www.repostatus.org/#active)
[](https://cran.r-project.org/package=rredlist)
[](https://github.com/ropensci/rredlist/actions/workflows/R-check.yml)
[](https://codecov.io/github/ropensci/rredlist?branch=master)
[](https://github.com/r-hub/cranlogs.app)`rredlist` is an R client for the IUCN Red List API (https://api.iucnredlist.org). The [IUCN Red List](https://www.iucnredlist.org/) 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
```{r eval=FALSE}
install.packages("rredlist")
```Development version
```{r eval=FALSE}
remotes::install_github("ropensci/rredlist")
# OR
install.packages("rredlist", repos = "https://ropensci.r-universe.dev/")
```## Meta
* Please [report any issues or bugs](https://github.com/ropensci/rredlist/issues).
* 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](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.[](https://ropensci.org)