Get Site Data from a local NASIS Database
Source:R/get_site_data_from_NASIS_db.R
get_site_data_from_NASIS_db.Rd
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:
TRUE
)- 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:
NULL
Details
When multiple "site bedrock" entries are present, only the shallowest is returned by this function.