rcol
is a R client for the Catalogue of Life
Package documentation: https://docs.ropensci.org/rcol/
- Catalogue of Life: http://www.catalogueoflife.org/
- Catalogue of Life GitHub repository: https://github.com/CatalogueOfLife/general
- COL API docs: https://api.catalogueoflife.org/
- Web portal for COL: https://data.catalogueoflife.org/
install.packages("rcol")
Dev version
pak::pkg_install("ropensci/rcol")
# OR
install.packages("rcol", repos="https://dev.ropensci.org")
library("rcol")
- Please report any issues or bugs.
- License: MIT
- Get citation information for
rcol
in R doingcitation(package = 'rcol')
- 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.