View source: R/old_taxa--taxon_id.R
taxon_id | R Documentation |
Used to store taxon IDs, either arbitrary or from a taxonomy database. This is typically used to store taxon IDs in [taxon()] objects.
taxon_id(id, database = NULL)
id |
(character/integer/numeric) a taxonomic id, required |
database |
(database) database class object, optional |
An 'R6Class' object of class 'TaxonId'
Other classes:
hierarchies()
,
hierarchy()
,
taxa()
,
taxmap()
,
taxon_database()
,
taxon_name()
,
taxon_rank()
,
taxonomy()
,
taxon()
(x <- taxon_id(12345))
x$id
x$database
(x <- taxon_id(
12345,
database_list$ncbi
))
x$id
x$database
# a null taxon_name object
taxon_name(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.