Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:54:02.000Z (3 months ago)
- Last Synced: 2024-10-29T22:29:24.083Z (3 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
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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 = "#>"
)
```[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![cran version](https://www.r-pkg.org/badges/version/rredlist)](https://cran.r-project.org/package=rredlist)
[![R-check](https://github.com/ropensci/rredlist/actions/workflows/R-check.yml/badge.svg)](https://github.com/ropensci/rredlist/actions/workflows/R-check.yml)
[![codecov.io](https://codecov.io/github/ropensci/rredlist/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rredlist?branch=master)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rredlist)](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.[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)