tn_aun {taxnames} | R Documentation |
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:
fun: Full usage name without author name.
funa: Full usage name with author name.
aun: Abbreviated usage name without author name.
auna: Abbreviated usage name with author name.
tn_fun(x, ...)
tn_funa(x, ...)
tn_aun(x, ...)
tn_auna(x, ...)
x |
A vector containing selected identifiers for taxon names
(TaxonUsageID) included in the internal taxonomic object
(see |
... |
Further arguments passed to |
All these functions return a character value.
## Compare all these outputs
tn_fun(52613)
tn_funa(52613)
tn_aun(52613)
tn_auna(52613)