RNeXML (version 2.4.0)

get_taxa_meta: get_taxa_meta

Description

Retrieve metadata of all species/otus otus (operational taxonomic units) included in the nexml

Usage

get_taxa_meta(nexml, what = "href")

Arguments

nexml

a nexml object

what

One of href, rel, id, or xsi:type

Value

the list of metadata for each taxon

See Also

get_item

Examples

Run this code
# 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')
 
# }

Run the code above in your browser using DataLab