new_taxon_id {taxa} | R Documentation |
Minimal taxon_id constructor
Description
Minimal taxon_id constructor for internal use. Only use when the input is known to be valid since few validity checks are done.
Usage
new_taxon_id(.names = NULL, id = character(), db = taxon_db())
Arguments
.names |
The names to apply to the vector |
id |
Zero or more taxonomic ids. Inputs will be transformed to a |
db |
The name(s) of the database(s) associated with the IDs. If not |
Value
An S3
object of class taxa_taxon_id
[Package taxa version 0.4.3 Index]