View source: R/get_SDA_pmgroupname.R
get_SDA_pmgroupname | R Documentation |
Get map unit parent material group information from Soil Data Access
get_SDA_pmgroupname(
areasymbols = NULL,
mukeys = NULL,
WHERE = NULL,
method = "DOMINANT COMPONENT",
simplify = TRUE,
miscellaneous_areas = FALSE,
query_string = FALSE,
dsn = NULL
)
areasymbols |
vector of soil survey area symbols |
mukeys |
vector of map unit keys |
WHERE |
character containing SQL WHERE clause specified in terms of fields in |
method |
One of: |
simplify |
logical; group into generalized parent material groups? Default |
miscellaneous_areas |
Include miscellaneous areas (non-soil components) in results? Default: |
query_string |
Default: |
dsn |
Path to local SQLite database or a DBIConnection object. If |
Default method
is "Dominant Component"
to get the dominant component (highest percentage). Use "Dominant Condition"
or dominant parent material condition (similar conditions aggregated across components). Use "None"
for no aggregation (one record per component).
a data.frame
Jason Nemecek, Chad Ferguson, Andrew Brown
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.