View source: R/get_mapunit_from_NASIS.R
get_mapunit_from_NASIS | R Documentation |
Get Legend, Mapunit and Legend Mapunit Area Overlap Tables
get_mapunit_from_NASIS(
SS = TRUE,
repdmu = TRUE,
droplevels = TRUE,
stringsAsFactors = NULL,
areatypename = c("Non-MLRA Soil Survey Area", "MLRA Soil Survey Area"),
dsn = NULL
)
get_legend_from_NASIS(
SS = TRUE,
droplevels = TRUE,
stringsAsFactors = NULL,
areatypename = c("Non-MLRA Soil Survey Area", "MLRA Soil Survey Area"),
dsn = NULL
)
get_lmuaoverlap_from_NASIS(
SS = TRUE,
droplevels = TRUE,
stringsAsFactors = NULL,
areatypename = c("Non-MLRA Soil Survey Area", "MLRA Soil Survey Area"),
dsn = NULL
)
get_projectmapunit_from_NASIS(SS = TRUE, stringsAsFactors = NULL, dsn = NULL)
SS |
Fetch data from the currently loaded selected set in NASIS or from the entire local database (default: |
repdmu |
Return only "representative" data mapunits? Default: |
droplevels |
Drop unused levels from |
stringsAsFactors |
deprecated |
areatypename |
Used for |
dsn |
Optional: path to local SQLite database containing NASIS
table structure; default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.