Skip to contents

Get SRI Layers

Usage

get_SRI_layers(gdb)

Arguments

gdb

A character of the GDB, e.g. 'Deschutes'.

Value

A list of metadata about the GDB

Note

Refer to get_SRI for information on File Geodatabase (GDB) availability.

Author

Josh Erickson

Examples

if (FALSE) { # \dontrun{
sri_layers <- get_SRI_layers('Willamette')
} # }