fetchSRI {soilDB} | R Documentation |
Fetch Soil Inventory Resource (SRI) for USFS Region 6
Description
This is a higher level wrapper around the get_SRI and get_SRI_layers functions. This function can fetch multiple File Geodatabases (GDB) and returns all the layers within the GDB.
Usage
fetchSRI(gdb, ...)
Arguments
gdb |
A |
... |
Arguments to pass to get_SRI. |
Value
A list.
Author(s)
Josh Erickson
See Also
get_SRI()
get_SRI_layers()
Examples
## Not run:
# fetch Willamette and Winema SRI
sri <- fetchSRI(gdb = c('will', 'win'), quiet = TRUE)
## End(Not run)
[Package soilDB version 2.8.3 Index]