Learn R Programming

taxa (version 0.4.3)

new_taxon_authority: Minimal taxon_authority constructor

Description

Minimal taxon_authority constructor for internal use. Only use when the input is known to be valid since few validity checks are done.

Usage

new_taxon_authority(
  .names = NULL,
  author = character(),
  date = character(),
  citation = character()
)

Value

An S3 object of class taxa_taxon_authority

Arguments

.names

The names of the vector.

author

Zero or more author names.

date

Zero or more dates.

citation

Zero or more literature citations.