| Taxon | R Documentation |
For more information on the NBA object model, please refer to the official NBA documentation at https://docs.biodiversitydata.nl and the NBA model and endpoints reference at https://docs.biodiversitydata.nl/endpoints-reference.
# Taxon$new()
R6 class
Model class for Taxon objects. A taxon record stores the hierarchical classification of a taxon, its scientific names and synonyms, and other relevant data retrieved from the respective source system. Taxonomic information is sourced from two species checklists: The Catalogue of Life (COL) and the Dutch Species Register (NSR).
sourceSystemSourceSystem
sourceSystemIdcharacter
recordURIcharacter
idcharacter
sourceSystemParentIdcharacter
taxonRankcharacter
taxonRemarkscharacter
occurrenceStatusVerbatimcharacter
acceptedNameScientificName
defaultClassificationDefaultClassification
systemClassificationlist(Monomial)
synonymslist(ScientificName)
vernacularNameslist(VernacularName)
descriptionslist(TaxonDescription)
referenceslist(Reference)
expertslist(Expert)
validNameScientificName
$new()Constructor Taxon object.
$fromList(TaxonList)Create Taxon object from list.
$toList()Get list representation of Taxon.
fromJSONString(TaxonJson)Create Taxon object from JSON.
toJSONString(pretty=TRUE)Get JSON representation of Taxon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.