taxa (version 0.1.0)

name_classifications: Get classifications of taxa

Description

Get classification strings of taxa in an object of type taxonomy() or taxmap() composed of taxon names. Each classification is constructed by concatenating the taxon names of the given taxon and its supertaxa.

obj$name_classifications(sep = ";")
name_classifications(obj, sep = ";")

Arguments

sep

(character of length 1) The character(s) to place between taxon names

Value

character

See Also

Other taxonomy data functions: id_classifications, is_branch, is_leaf, is_root, is_stem, map_data, n_subtaxa_1, n_subtaxa, n_supertaxa, taxon_ids, taxon_indexes, taxon_names, taxon_ranks

Examples

Run this code
# NOT RUN {
name_classifications(ex_taxmap)

# }

Run the code above in your browser using DataLab