fetchSRI | R Documentation |
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.
fetchSRI(gdb, ...)
gdb |
A |
... |
Arguments to pass to get_SRI. |
A list.
Josh Erickson
get_SRI()
get_SRI_layers()
## Not run:
# fetch Willamette and Winema SRI
sri <- fetchSRI(gdb = c('will', 'win'), quiet = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.