new_taxon_db {taxa} | R Documentation |
Minimal taxon_db constructor
Description
Minimal taxon_db constructor for internal use. Only use when the input is known to be valid since few validity checks are done.
Usage
new_taxon_db(db = character(), ...)
Arguments
db |
Zero or more taxonomic database names. Should be a name contained in
|
... |
Additional arguments. |
Value
An S3
object of class taxa_taxon_db
[Package taxa version 0.4.3 Index]