treeGet | R Documentation |
treeGet
either reads a tree file and loads it
as a phylo
object, or loads the default tree data object.
treeGet(version, taxonomy_year, data_path = FALSE)
version |
The desired version of the tree. Default to the most recent version of the tree. Other versions available are '1.2','1.3','1.4', and can be passed as a character string or as numeric. |
taxonomy_year |
The eBird taxonomy year the tree should be output in. Current options include 2021, 2022, and 2023. Both numeric and character inputs are acceptable here. Any value aside from these years will result in an error. Default is set 2023. |
data_path |
Default to |
This will return a data object that has the requested tree.
A phylo
object with the requested version and taxonomy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.