Check if an object is of the taxon_rank class
Examples
x <- taxon_rank(c('species', 'species', 'phylum', 'family'))
is_taxon_rank(x)
#> [1] TRUE
is_taxon_rank(1:3)
#> [1] FALSE
Check if an object is of the taxon_rank class
x <- taxon_rank(c('species', 'species', 'phylum', 'family'))
is_taxon_rank(x)
#> [1] TRUE
is_taxon_rank(1:3)
#> [1] FALSE