fetchSRI: Fetch Soil Inventory Resource (SRI) for USFS Region 6

View source: R/fetchSRI.R

fetchSRIR Documentation

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

Arguments

gdb

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

...

Arguments to pass to get_SRI.

Value

A list.

Author(s)

Josh Erickson

See Also

get_SRI() get_SRI_layers()

Examples

## Not run: 

# fetch Willamette and Winema SRI

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


## End(Not run)

soilDB documentation built on Nov. 17, 2023, 1:09 a.m.