Skip to contents

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)
#> [1] TRUE
is_taxon_db(1:3)
#> [1] FALSE