get_site_data_from_NASIS_db {soilDB} | R Documentation |
Get Site Data from a local NASIS Database
Description
Get site-level data from a local NASIS database.
Usage
get_site_data_from_NASIS_db(
SS = TRUE,
nullFragsAreZero = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
Arguments
SS |
fetch data from Selected Set in NASIS or from the entire local
database (default: |
nullFragsAreZero |
should surface fragment cover percentages of NULL be interpreted as 0? (default: TRUE) |
stringsAsFactors |
deprecated |
dsn |
Optional: path to local SQLite database containing NASIS
table structure; default: |
Details
When multiple "site bedrock" entries are present, only the shallowest is returned by this function.
Value
A data.frame
Author(s)
Jay M. Skovlin and Dylan E. Beaudette
See Also
[Package soilDB version 2.8.3 Index]