taxize
allows users to search over many taxonomic data sources for species names (scientific and common) and download up and downstream taxonomic hierarchical information - among other things.
The taxize book: https://taxize.dev
Package documentation: https://docs.ropensci.org/taxize/
install.packages("taxize")
Windows users install Rtools first.
install.packages("remotes")
remotes::install_github("ropensci/taxize")
library('taxize')
See our CONTRIBUTING document.
Check out our milestones to see what we plan to get done for each version.
- Please report any issues or bugs.
- License: MIT
- Get citation information for
taxize
in R doingcitation(package = 'taxize')
- 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.