View source: R/get_RMF_from_NASIS_db.R
get_RMF_from_NASIS_db | R Documentation |
Prepare a list of data.frame
objects with data from the "phrdxfeatures" and "phredoxfcolor" tables. These tables are related by "phrdxfiid" column, and related to horizon data via "phiid".
get_RMF_from_NASIS_db(SS = TRUE, dsn = NULL)
SS |
logical, limit query to the selected set |
dsn |
optional path to local SQLite database containing NASIS table structure; default: |
a list
with two data.frame
objects:
RMF
: contents of "phrdxfeatures" table, often >1 row per horizon
RMF_colors
: contents of "phredoxfcolor", usually >1 row per record in "phrdxfeatures"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.