50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

taxa (version 0.4.3)

is_taxon_db: 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

Run this code
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