powered by
Set and get taxon authors in objects that have them, such as taxon_authority objects.
# S3 method for taxa_classification tax_author(x)# S3 method for taxa_classification tax_author(x) <- valuetax_author(x)tax_author(x) <- value# S3 method for taxa_taxon tax_author(x)# S3 method for taxa_taxon tax_author(x) <- value# S3 method for taxa_taxon_authority tax_author(x) <- value# S3 method for taxa_taxon_authority tax_author(x)# S3 method for taxa_taxonomy tax_author(x)# S3 method for taxa_taxonomy tax_author(x) <- value
# S3 method for taxa_classification tax_author(x) <- value
tax_author(x)
tax_author(x) <- value
# S3 method for taxa_taxon tax_author(x)
# S3 method for taxa_taxon tax_author(x) <- value
# S3 method for taxa_taxon_authority tax_author(x) <- value
# S3 method for taxa_taxon_authority tax_author(x)
# S3 method for taxa_taxonomy tax_author(x)
# S3 method for taxa_taxonomy tax_author(x) <- value
An object with taxon authors.
The taxon authors to set. Inputs will be coerced into a character vector.
x <- taxon_authority(c('Cham. & Schldl.', 'L.'), date = c('1827', '1753')) tax_author(x) tax_author(x)[1] <- "Billy" tax_author(x) <- tolower(tax_author(x))
Run the code above in your browser using DataLab