get_taxa: get_taxa

View source: R/get_taxa.R

get_taxaR Documentation

get_taxa

Description

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

Usage

get_taxa(nexml)

Arguments

nexml

a nexml object

Value

the list of taxa

See Also

get_item

Examples

comp_analysis <- system.file("examples", "comp_analysis.xml", package="RNeXML")
nex <- nexml_read(comp_analysis)
get_taxa(nex)

ropensci/RNeXML documentation built on May 10, 2024, 1:50 p.m.