Index of /web/packages/taxizedb/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-08-26 15:40 10K 

README

taxizedb

cran checks R-check CircleCI codecov rstudio mirror downloads cran version DOI

taxizedb - Tools for Working with Taxonomic Databases on your machine

Docs: https://ropensci.github.io/taxizedb/

taxize is a heavily used taxonomic toolbelt package in R - However, it makes web requests for nearly all methods. That is fine for most cases, but when the user has many, many names it is much more efficient to do requests to a local SQL database.

Data sources

Not all taxonomic databases are publicly available, or possible to mash into a SQLized version. Taxonomic DB’s supported:

Update schedule for databases:

Links:

Get in touch in the issues with any ideas on new data sources.

All databases are SQLite.

Package API

This package for each data sources performs the following tasks:

You can use the src connections with dplyr, etc. to do operations downstream. Or use the database connection to do raw SQL queries.

install

cran version

install.packages("taxizedb")

dev version

remotes::install_github("ropensci/taxizedb")

Contributors

Meta

ropensci