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:
-
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.
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 |
... |
Further arguments passed to |
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]