Get map unit parent material group information from Soil Data Access
Source:R/get_SDA_pmgroupname.R
get_SDA_pmgroupname.Rd
Get map unit parent material group information from Soil Data Access
Usage
get_SDA_pmgroupname(
areasymbols = NULL,
mukeys = NULL,
WHERE = NULL,
method = "DOMINANT COMPONENT",
simplify = TRUE,
include_minors = TRUE,
miscellaneous_areas = FALSE,
query_string = FALSE,
dsn = NULL
)
Arguments
- areasymbols
character. Vector of soil survey area symbols
- mukeys
integer. Vector of map unit keys
- WHERE
character. SQL WHERE clause specified in terms of fields in
legend
,mapunit
,component
, orcopmgrp
tables, used in lieu ofmukeys
orareasymbols
- method
character. One of:
"Dominant Component"
,"Dominant Condition"
,"None"
- simplify
logical. Group into generalized parent material groups? Default
TRUE
- include_minors
logical. Include minor components? Default:
TRUE
.- miscellaneous_areas
logical. Include miscellaneous areas (non-soil components) in results? Default:
FALSE
.- query_string
Default:
FALSE
; ifTRUE
return a character string containing query that would be sent to SDA viaSDA_query
- dsn
Path to local SQLite database or a DBIConnection object. If
NULL
(default) use Soil Data Access API viaSDA_query()
.