R/taxon.R
is_taxon.Rd
Check if an object is of the taxon class
is_taxon(x)
An object to test
x <- taxon(c('A', 'B', 'C')) is_taxon(x) #> [1] TRUE is_taxon(1:2) #> [1] FALSE