testTaxonomy {BeeBDC} | R Documentation |
An example of the beesTaxonomy file
Description
A small test taxonomy file for package tests. This dataset was built by filtering the taxonomy data from the three test datasets, beesFlagged, beesRaw, bees3sp.
Usage
data("testTaxonomy", package = "BeeBDC")
Format
An object of class "tibble"
- taxonomic_status
Taxonomic status. Values are "accepted" or "synonym"
- source
Source of the name.
- accid
The id of the accepted taxon name or "0" if taxonomic_status == accepted.
- id
The id number for the taxon name.
- kingdom
The biological kingdom the taxon belongs to. For bees, kingdom == Animalia.
- phylum
The biological phylum the taxon belongs to. For bees, phylum == Arthropoda.
- class
The biological class the taxon belongs to. For bees, class == Insecta.
- order
The biological order the taxon belongs to. For bees, order == Hymenoptera.
- family
The family of bee which the species belongs to.
- subfamily
The subfamily of bee which the species belongs to.
- tribe
The tribe of bee which the species belongs to.
- subtribe
The subtribe of bee which the species belongs to.
- validName
The valid scientific name as it should occur in the 'scientificName" column in a Darwin Core file.
- canonical
The scientificName without the scientificNameAuthority.
- canonical_withFlags
The scientificName without the scientificNameAuthority and with Discover Life taxonomy flags.
- genus
The genus the bee species belongs to.
- subgenus
The subgenus the bee species belongs to.
- species
The specific epithet for the bee species.
- infraspecies
The infraspecific epithet for the bee addressed.
- authorship
The author who described the bee species.
- taxon_rank
Rank for the bee taxon addressed in the entry.
- notes
Additional notes about the name/taxon.
References
This dataset is a subset of the beesTaxonomy file described in: Dorey, J.B., Fischer, E.E., Chesshire, P.R., Nava-Bolaños, A., O’Reilly, R.L., Bossert, S., Collins, S.M., Lichtenberg, E.M., Tucker, E., Smith-Pardo, A., Falcon-Brindis, A., Guevara, D.A., Ribeiro, B.R., de Pedro, D., Hung, J.K.-L., Parys, K.A., McCabe, L.M., Rogan, M.S., Minckley, R.L., Velzco, S.J.E., Griswold, T., Zarrillo, T.A., Jetz, W., Sica, Y.V., Orr, M.C., Guzman, L.M., Ascher, J., Hughes, A.C. & Cobb, N.S. (2023) A globally synthesised and flagged bee occurrence dataset and cleaning workflow. Scientific Data, 10, 1–17. https://www.doi.org/10.1038/S41597-023-02626-W
Examples
beesRaw <- BeeBDC::testTaxonomy
head(testTaxonomy)