| get_lineage | R Documentation |
A convenience wrapper that combines get_taxonomicon_id() and
get_lineage_by_id() into a single call. Given a taxon name, returns
its complete lineage from root to tip.
get_lineage(taxon, clean = TRUE, verbose = FALSE)
taxon |
A character string giving the taxon name. |
clean |
Logical. If |
verbose |
Logical. If |
A character vector of clade names ordered from root to tip, or
NULL if the taxon cannot be found.
get_lineage("Tyrannosaurus")
get_lineage("Homo sapiens")
get_lineage("Quercus robur")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.