View source: R/get_site_data_from_NASIS_db.R
get_site_data_from_NASIS_db | R Documentation |
Get site-level data from a local NASIS database.
get_site_data_from_NASIS_db(
SS = TRUE,
nullFragsAreZero = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
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: |
When multiple "site bedrock" entries are present, only the shallowest is returned by this function.
A data.frame
Jay M. Skovlin and Dylan E. Beaudette
get_hz_data_from_NASIS_db
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.