Description Usage Arguments Examples
View source: R/getter_setter_s3_generics.R
Set and get the taxon ID databases in objects that have them, such as taxon_id objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | tax_db(x)
tax_db(x) <- value
## S3 method for class 'taxa_taxon'
tax_db(x)
## S3 replacement method for class 'taxa_taxon'
tax_db(x) <- value
## S3 method for class 'taxa_taxon_id'
tax_db(x)
## S3 replacement method for class 'taxa_taxon_id'
tax_db(x) <- value
## S3 method for class 'taxa_taxonomy'
tax_db(x)
## S3 replacement method for class 'taxa_taxonomy'
tax_db(x) <- value
|
x |
An object with taxon authority dates. |
value |
The taxon citations to set. Inputs will be coerced into a taxon_db vector. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.