get_SSURGO_cointerp | R Documentation |
Get SSURGO Component Interpretations summaries
get_SSURGO_cointerp(
dsn,
drv = RSQLite::SQLite(),
columns = c("mapunit.mukey", "mapunit.musym", "component.cokey", "cointerp.*"),
mrulename = NULL,
ruledepth = 0,
close = TRUE
)
get_SSURGO_component_keys(
dsn,
drv = RSQLite::SQLite(),
mrulename = NULL,
ruledepth = 0,
close = TRUE
)
dsn |
A DBIConnection |
drv |
A DBI driver (Default: |
columns |
Default: "legend.lmapunitiid", "component.coiid", "cointerp.mrulekey", "cointerp.seqnum", "legend.musym" |
mrulename |
Filter on rule name(s) of interpretation |
ruledepth |
Filter rule depth (default |
close |
close connections that were opened internally when done? Default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.