| get_taxonomicon_id | R Documentation |
Queries The Taxonomicon (taxonomy.nl) to retrieve the internal numeric identifier for a given taxon name. The search filters out non-biological entities such as astronomical objects that may share the same name.
get_taxonomicon_id(taxon, verbose = FALSE)
taxon |
A character string giving the taxon name to search for.
Typically a genus name (e.g., |
verbose |
Logical. If |
The function queries the static search endpoint at
taxonomicon.taxonomy.nl/TaxonList.aspx and parses the resulting HTML
to extract the taxon ID from the hierarchy link. When multiple matches
exist (e.g., a genus name shared with an astronomical object), biological
entries are prioritised by filtering for entries annotated as dinosaur,
reptile, archosaur, animal, plant, fungus, or bacterium.
A character string containing the Taxonomicon numeric ID, or NULL
if the taxon is not found.
get_lineage(), taxo_distance()
get_taxonomicon_id("Tyrannosaurus") # returns "50841"
get_taxonomicon_id("Homo")
get_taxonomicon_id("Quercus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.