Description Usage Arguments Value Examples
This function let us mine associated metadata from any specimen according to query arguments. It takes very specific queries and use them as headers for BOLD API host for downloading metadata. More than one query can be specified by using "|".
1 2 | SpecimenData(taxon, ids, bin, container, institutions, researchers, geo,
...)
|
taxon |
Species or taxa to look for |
ids |
IDs from specimen records. e.g. ANGBF12704-15 |
bin |
barcode-based cluster ID. e.g. BOLD:AAA4689 |
container |
container name. e.g. FIPP |
institutions |
institution names. e.g. Smithsonian Institution |
researchers |
names of identifiers or specimen collectors |
geo |
name of geographical area to look for. |
... |
others query name or column name that can be present in metadata |
metadata information
1 2 | specimendata <- boldminer::SpecimenData(taxon = "Elasmobranchii", geo = "Peru")
head(specimendata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.