Minimal taxon_db_def constructor for internal use. Only use when the input is known to be valid since few validity checks are done.
new_taxon_db_def(
name = character(),
url = character(),
desc = character(),
id_regex = character(),
rank_levels = list()
)
An S3
object of class taxa_taxon_db_def
Name of the database in lower case. Inputs will be transformed to a character
vector.
URL of the database website. Inputs will be transformed to a character
vector.
Description of the database. Inputs will be transformed to a character
vector.
A regular expression for taxon IDs of the database. Inputs will be transformed to a character
vector.
Valid taxonomic ranks for the database. Should be a list of numeric
vectors named by taxonomic ranks.