https://github.com/ropensci/ritis
Integrated Taxonomic Information Service (ITIS) R client
https://github.com/ropensci/ritis
api-wrapper itis r r-package rstats taxize taxonomy
Last synced: 4 months ago
JSON representation
Integrated Taxonomic Information Service (ITIS) R client
- Host: GitHub
- URL: https://github.com/ropensci/ritis
- Owner: ropensci
- License: other
- Created: 2011-11-02T04:52:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T14:34:11.000Z (over 1 year ago)
- Last Synced: 2025-10-21T20:53:15.883Z (8 months ago)
- Topics: api-wrapper, itis, r, r-package, rstats, taxize, taxonomy
- Language: R
- Homepage: https://docs.ropensci.org/ritis
- Size: 396 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codemeta: codemeta.json
Awesome Lists containing this project
README
ritis
=====
```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE
)
```
[](https://www.repostatus.org/#active)
[](https://cranchecks.info/pkgs/ritis)
[](https://github.com/ropensci/ritis/actions?query=workflow%3AR-check)
[](https://codecov.io/gh/ropensci/ritis)
[](https://github.com/r-hub/cranlogs.app)
[](https://cran.r-project.org/package=ritis)
An interface to the Integrated Taxonomic Information System (ITIS)
* ITIS API Docs:
* Solr service:
* taxize book:
* ritis docs:
How to cite ITIS. From
To cite data obtained from ITIS, the following citation format is offered as a suggestion:
Retrieved [month, day, year], from the Integrated Taxonomic Information System on-line database, http://www.itis.gov.
ITIS is one of many different taxonomic data sources. Other include: Catalogue of Life (and COL+), NCBI taxonomy, International Plant Names Index, Index Fungorum, and more. The Wikipedia entry () states that ITIS has a North American focus, but includes many taxa not in North America.
## Terminology
* "mononomial": a taxonomic name with one part, e.g, _Poa_
* "binomial": a taxonomic name with two parts, e.g, _Poa annua_
* "trinomial": a taxonomic name with three parts, e.g, _Poa annua annua_
## Installation
Stable, CRAN version
```{r eval=FALSE}
install.packages("ritis")
```
Dev version
```{r eval=FALSE}
remotes::install_github("ropensci/ritis")
```
```{r}
library("ritis")
```
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/ritis/issues).
* License: MIT
* Get citation information for `ritis` in R doing `citation(package = 'ritis')`
* 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.