lc_get_params: Get LakeCat Parameters

View source: R/lc_get_params.R

lc_get_paramsR Documentation

Get LakeCat Parameters

Description

Function to return available LakeCat parameters using the StreamCat API.

Usage

lc_get_params(param = NULL)

Arguments

param

Either name or area to grab JSON of parameters in API Syntax: param=<value1>,<value2> Values: name|area

Value

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

Author(s)

Marc Weber

Examples

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

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