get_RMF_from_NASIS_db: Get RMF data from local NASIS

View source: R/get_RMF_from_NASIS_db.R

get_RMF_from_NASIS_dbR Documentation

Get RMF data from local NASIS

Description

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".

Usage

get_RMF_from_NASIS_db(SS = TRUE, dsn = NULL)

Arguments

SS

logical, limit query to the selected set

dsn

optional path to local SQLite database containing NASIS table structure; default: NULL

Value

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"


soilDB documentation built on Nov. 17, 2023, 1:09 a.m.