is_taxon: Check if something is a taxon object

Description Usage Arguments Examples

View source: R/taxon.R

Description

Check if an object is of the taxon class

Usage

1

Arguments

x

An object to test

Examples

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

zachary-foster/taxa2 documentation built on Jan. 1, 2021, 1:48 p.m.