get_RMF_from_NASIS_db {soilDB}R 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:


[Package soilDB version 2.8.2 Index]