Learn R Programming

soilDB (version 2.8.8)

fetchSRI: 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, ...)

Value

A list.

Arguments

gdb

A character vector of the GDB(s), e.g. 'Deschutes'.

...

Arguments to pass to get_SRI.

Author

Josh Erickson

See Also

get_SRI() get_SRI_layers()

Examples

Run this code
if (FALSE) {

# fetch Willamette and Winema SRI

sri <- fetchSRI(gdb = c('will', 'win'), quiet = TRUE)

}

Run the code above in your browser using DataLab