get_colors_from_NASIS_db {soilDB} | R Documentation |
Get Soil Color Data from a local NASIS Database
Description
Get, format, mix, and return color data from a NASIS database.
Usage
get_colors_from_NASIS_db(
SS = TRUE,
method = "dominant",
mixColors = FALSE,
dsn = NULL
)
Arguments
SS |
fetch data from Selected Set in NASIS or from the entire local
database (default: |
method |
Aggregation method to handle multiple colors per horizon and moisture state. Default |
mixColors |
Deprecated. See |
dsn |
Optional: path to local SQLite database containing NASIS
table structure; default: |
Value
A data.frame with the results.
Author(s)
Jay M. Skovlin and Dylan E. Beaudette
See Also
simplifyColorData
,
get_hz_data_from_NASIS_db
,
get_site_data_from_NASIS_db