Learn R Programming

taxa (version 0.4.3)

new_taxon_db: 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(), ...)

Value

An S3 object of class taxa_taxon_db

Arguments

db

Zero or more taxonomic database names. Should be a name contained in names(db_ref). Inputs will be transformed to a character vector.

...

Additional arguments.