is_taxon_db: Check if something is a taxon_db

View source: R/taxon_db.R

is_taxon_dbR Documentation

Check if something is a taxon_db

Description

Check if an object is of the taxon_db class

Usage

is_taxon_db(x)

Arguments

x

An object to test

Examples

x <- taxon_db(c('ncbi', 'ncbi', 'itis'))
is_taxon_db(x)
is_taxon_db(1:3)


taxa documentation built on April 12, 2022, 9:06 a.m.