View source: R/get_soilseries_from_NASIS.R
get_soilseries_from_NASIS | R Documentation |
These functions return records from the Series Classification (SC) database, either from the local NASIS database (all series) or via web report (named series only).
get_competing_soilseries_from_NASIS():
Get Soil Series from NASIS Matching Taxonomic Class Name
get_soilseries_from_NASIS(
stringsAsFactors = NULL,
dsn = NULL,
delimiter = " over ",
SS = FALSE
)
get_soilseries_from_NASISWebReport(soils, stringsAsFactors = NULL)
get_competing_soilseries_from_NASIS(
x,
what = "taxclname",
dsn = NULL,
SS = FALSE
)
stringsAsFactors |
deprecated |
dsn |
Optional: path to local SQLite database containing NASIS table structure; default: |
delimiter |
character. Used to collapse |
SS |
logical. Fetch data from the currently loaded selected set in NASIS or from the entire local database (default: |
soils |
A vector of soil series names |
x |
Taxonomic Class Name (or other field specified by |
what |
Column name to match |
A data.frame
Stephen Roecker
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.