These functions return records from the Series Classification (SC) database, either from the local NASIS database (all series) or via web report (named series only).
get_competing_soilseries_from_NASIS():
Get Soil Series from NASIS Matching Taxonomic Class Name
get_soilseries_from_NASIS(
stringsAsFactors = NULL,
dsn = NULL,
delimiter = " over "
)get_soilseries_from_NASISWebReport(soils, stringsAsFactors = NULL)
get_competing_soilseries_from_NASIS(x, what = "taxclname", dsn = NULL)
A data.frame
deprecated
Optional: path to local SQLite database containing NASIS table structure; default: NULL
character. Used to collapse taxminalogy
records where multiple values are used to describe strongly contrasting control sections. Default " over "
creates combination mineralogy classes as they would be used in the family name.
A vector of soil series names
Taxonomic Class Name (or other field specified by what
) to match, use %
for wildcard
Column name to match x
against, default: 'taxclname'
Stephen Roecker