View source: R/get_taxa_meta.R
| get_taxa_meta | R Documentation | 
Retrieve metadata of all species/otus otus (operational taxonomic units) included in the nexml
get_taxa_meta(nexml, what = "href")
| nexml | a nexml object | 
| what | One of href, rel, id, or xsi:type | 
the list of metadata for each taxon
get_item
## Not run: data(bird.orders) birds <- add_trees(bird.orders) birds <- taxize_nexml(birds, "NCBI") RNeXML:::get_taxa_meta(birds) RNeXML:::get_taxa_meta(birds, 'rel') RNeXML:::get_taxa_meta(birds, 'id') RNeXML:::get_taxa_meta(birds, 'xsi:type') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.