new_taxon_authority {taxa} | R Documentation |
Minimal taxon_authority constructor for internal use. Only use when the input is known to be valid since few validity checks are done.
new_taxon_authority(
.names = NULL,
author = character(),
date = character(),
citation = character()
)
.names |
The names of the vector. |
author |
Zero or more author names. |
date |
Zero or more dates. |
citation |
Zero or more literature citations. |
An S3
object of class taxa_taxon_authority