tn_aun {taxnames}R Documentation

Standard formats for taxonomic names

Description

These functions work similarly to tn_an() and its alies but the names are accessed by their TaxonUsageID and work also for synonyms.

Suffixes in the function names are explained as follows:

Usage

tn_fun(x, ...)

tn_funa(x, ...)

tn_aun(x, ...)

tn_auna(x, ...)

Arguments

x

A vector containing selected identifiers for taxon names (TaxonUsageID) included in the internal taxonomic object (see set_tax()).

...

Further arguments passed to taxlist::print_name().

Value

All these functions return a character value.

Examples

## Compare all these outputs
tn_fun(52613)
tn_funa(52613)
tn_aun(52613)
tn_auna(52613)

[Package taxnames version 0.1.0 Index]