get_mapunit_from_NASIS: Get Legend, Mapunit and Legend Mapunit Area Overlap Tables

View source: R/get_mapunit_from_NASIS.R

get_mapunit_from_NASISR Documentation

Get Legend, Mapunit and Legend Mapunit Area Overlap Tables

Description

Get Legend, Mapunit and Legend Mapunit Area Overlap Tables

Usage

get_mapunit_from_NASIS(
  SS = TRUE,
  repdmu = TRUE,
  droplevels = TRUE,
  stringsAsFactors = NULL,
  dsn = NULL
)

get_legend_from_NASIS(
  SS = TRUE,
  droplevels = TRUE,
  stringsAsFactors = NULL,
  dsn = NULL
)

get_lmuaoverlap_from_NASIS(
  SS = TRUE,
  droplevels = TRUE,
  stringsAsFactors = NULL,
  dsn = NULL
)

get_projectmapunit_from_NASIS(SS = TRUE, stringsAsFactors = NULL, dsn = NULL)

Arguments

SS

Fetch data from the currently loaded selected set in NASIS or from the entire local database (default: TRUE)

repdmu

Return only "representative" data mapunits? Default: TRUE

droplevels

Drop unused levels from farmlndcl and other factor levels from NASIS domains?

stringsAsFactors

deprecated

dsn

Optional: path to local SQLite database containing NASIS table structure; default: NULL


soilDB documentation built on Nov. 17, 2023, 1:09 a.m.