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.
Arguments
- gdb
A
character
vector of the GDB(s), e.g.'Deschutes'
.- ...
Arguments to pass to get_SRI.
Examples
if (FALSE) { # \dontrun{
# fetch Willamette and Winema SRI
sri <- fetchSRI(gdb = c('will', 'win'), quiet = TRUE)
} # }