powered by
Check if an object is of the taxon_db class
is_taxon_db(x)
An object to test
x <- taxon_db(c('ncbi', 'ncbi', 'itis')) is_taxon_db(x) is_taxon_db(1:3)
Run the code above in your browser using DataLab