get_phroots_from_NASIS_db {soilDB} | R Documentation |
Get pedon horizon roots data from a local NASIS Database
Description
This function returns records from the phroots
table of a local NASIS database. Pedon and pedon horizon record IDs are also included for linking back to related records, typically queried via fetchNASIS()
.
Usage
get_phroots_from_NASIS_db(SS = TRUE, dsn = NULL)
Arguments
SS |
logical, limit query to the selected set |
dsn |
optional path or DBIConnection to local database containing NASIS table structure; default: |
Value
A data.frame
[Package soilDB version 2.8.11 Index]