-
Notifications
You must be signed in to change notification settings - Fork 19
/
get_mapunit_from_NASIS.Rd
54 lines (46 loc) · 1.65 KB
/
get_mapunit_from_NASIS.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_mapunit_from_NASIS.R,
% R/get_projectmapunit_from_NASIS.R
\name{get_mapunit_from_NASIS}
\alias{get_mapunit_from_NASIS}
\alias{get_legend_from_NASIS}
\alias{get_lmuaoverlap_from_NASIS}
\alias{get_projectmapunit_from_NASIS}
\title{Get Legend, Mapunit and Legend Mapunit Area Overlap Tables}
\usage{
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)
}
\arguments{
\item{SS}{Fetch data from the currently loaded selected set in NASIS or from the entire local database (default: \code{TRUE})}
\item{repdmu}{Return only "representative" data mapunits? Default: \code{TRUE}}
\item{droplevels}{Drop unused levels from \code{farmlndcl} and other factor levels from NASIS domains?}
\item{stringsAsFactors}{deprecated}
\item{areatypename}{Used for \code{get_legend_from_NASIS()}. Default: \code{c('Non-MLRA Soil Survey Area', 'MLRA Soil Survey Area')}}
\item{dsn}{Optional: path to local SQLite database containing NASIS
table structure; default: \code{NULL}}
}
\description{
Get Legend, Mapunit and Legend Mapunit Area Overlap Tables
}