Description Usage Arguments Details Value See Also Examples
taxalight query: rapidly look up scientific names from a local database
1 2 3 4 5 6 |
x |
character vector of either scientific names or taxonomic identifiers (with prefix). Can mix and match too. |
provider |
Abbreviation for a known naming provider.
Provider data should first be imported with |
version |
version of the authority to use (e.g. four-digit year) |
dir |
storage location for the LMDB databases |
Naming providers currently recognized by taxalight
are:
itis
: Integrated Taxonomic Information System, https://www.itis.gov/
ncbi
: National Center for Biotechnology Information,
https://www.ncbi.nlm.nih.gov/taxonomy
col
: Catalogue of Life, http://www.catalogueoflife.org/
gbif
: Global Biodiversity Information Facility, https://www.gbif.org/
ott
: OpenTree Taxonomy: https://github.com/OpenTreeOfLife/reference-taxonomy
itis_test
: a small subset of ITIS, cached locally for testing purposes only.
The default provider is itis
, which can be reconfigured by setting
tl_default_provider
in [options]
.
a data.frame in Darwin Core format with rows matching the acceptedNameUsageID or scientificName requested.
tl_create
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.