Get map unit aggregate attribute information from Soil Data Access
Source:R/get_SDA_muaggatt.R
get_SDA_muaggatt.Rd
Get map unit aggregate attribute information from Soil Data Access
Usage
get_SDA_muaggatt(
areasymbols = NULL,
mukeys = NULL,
WHERE = NULL,
query_string = FALSE,
dsn = NULL
)
Arguments
- 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
legend
,mapunit
, ormuaggatt
tables, used in lieu ofmukeys
orareasymbols
- 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()
.