| isValidST | R Documentation |
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"))
needle |
vector of taxa |
level |
single level of Soil Taxonomy hierarchy; one of: |
logical vector, same length as needle
isValidST('typic haploxeralfs', level = 'subgroup')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.