get_labpedon_data_from_NASIS_db {soilDB} | R Documentation |
Get lab pedon data from a local NASIS Database
Description
Get lab pedon-level data from a local NASIS database.
Usage
get_labpedon_data_from_NASIS_db(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: |
Details
This function currently works only on Windows, and requires a 'nasis_local' ODBC connection.
Value
A data.frame.
Note
This function queries KSSL laboratory site/horizon data from a local NASIS database from the lab pedon data table.
Author(s)
Jay M. Skovlin and Dylan E. Beaudette
See Also
get_lablayer_data_from_NASIS_db
[Package soilDB version 2.8.3 Index]