Skip to contents

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 character vector of the GDB(s), e.g. 'Deschutes'.

...

Arguments to pass to get_SRI.

Value

A list.

Author

Josh Erickson

Examples

if (FALSE) {

# fetch Willamette and Winema SRI

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

}