Learn R Programming

SoilTaxonomy (version 0.2.7)

getTaxonCriteria: Get Taxon Criteria from the Keys to Soil Taxonomy

Description

Get Taxon Criteria from the Keys to Soil Taxonomy

Usage

getTaxonCriteria(
  taxon = NULL,
  code = NULL,
  level = c("order", "suborder", "greatgroup", "subgroup")
)

Value

A named list. Each list element is named based on the input value (either taxon or code) and contains a data.frame derived from dataset ST_criteria_13th.

Arguments

taxon

character. Vector of taxon names (order to subgroup level). These values are converted to taxon "codes"

code

character. Vector of taxon codes.

level

character. One or more of: "order", "suborder", "greatgroup", "subgroup"

See Also

taxon_to_taxon_code(), ST_criteria_13th

Examples

Run this code
getTaxonCriteria(c("mollic haplocryalfs", "abruptic durixeralfs"))

getTaxonCriteria(code = "ABC", level = c("greatgroup"))

Run the code above in your browser using DataLab