sc_get_params: Get StreamCat Parameters

View source: R/sc_get_params.R

sc_get_paramsR Documentation

Get StreamCat Parameters

Description

Function to return available StreamCat parameters using the StreamCat API.

Usage

sc_get_params(param = NULL)

Arguments

param

List of available parameters in the API for the following options: name, areaofInterest, region, state, county Syntax: param=<value1>,<value2> Values: name|area

Value

A list of all the current StreamCat values for a given parameter

Author(s)

Marc Weber

Examples

params <- sc_get_params(param='name')
params <- sc_get_params(param='areaOfInterest')

USEPA/StreamCatTools documentation built on Feb. 23, 2025, 12:53 a.m.