R/isValidST.R
isValidST.Rd
Checks needle
for matches against a single level of Soil Taxonomy hierarchy: order
, suborder
, greatgroup
, subgroup
. Matches are case-insensitive.
isValidST(needle, level = c("order", "suborder", "greatgroup", "subgroup"))
logical
vector, same length as needle
isValidST('typic haploxeralfs', level = 'subgroup')
#> [1] TRUE