is_taxon: Check if something is a taxon object

View source: R/taxon.R

is_taxonR Documentation

Check if something is a taxon object

Description

Check if an object is of the taxon class

Usage

is_taxon(x)

Arguments

x

An object to test

Examples

x <- taxon(c('A', 'B', 'C'))
is_taxon(x)
is_taxon(1:2)


ropenscilabs/taxa documentation built on Feb. 23, 2024, 6:31 p.m.