| taxo_search | R Documentation |
Queries The Taxonomicon database and returns a data frame of all available biological entries matching the search string. This is particularly useful for exploring homonyms, historical ranks, or taxonomic synonyms before computing distances.
taxo_search(taxon, verbose = FALSE)
taxon |
A character string giving the taxon name to search for. |
verbose |
Logical. If |
A data frame of class "data.frame" with columns:
idCharacter. The numeric Taxonomicon ID.
nameCharacter. The full taxon description, including rank and author.
Returns NULL if no matches are found.
get_lineage(), taxo_distance()
taxo_search("Bacteria")
taxo_search("Nereis")
taxo_search("Tyrannosaurus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.