fetchNASISLabData: Get NCSS Pedon laboratory data from NASIS

View source: R/fetchNASISLabData.R

fetchNASISLabDataR Documentation

Get NCSS Pedon laboratory data from NASIS

Description

Fetch KSSL laboratory pedon/horizon layer data from a local NASIS database, return as a SoilProfileCollection object.

Usage

fetchNASISLabData(SS = TRUE, dsn = NULL)

Arguments

SS

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

dsn

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

Details

This function currently works only on Windows, and requires a 'nasis_local' ODBC connection.

Value

a SoilProfileCollection object

Author(s)

J.M. Skovlin and D.E. Beaudette

See Also

get_labpedon_data_from_NASIS_db


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