View source: R/sc_get_params.R
sc_get_params | R Documentation |
Function to return available StreamCat parameters using the StreamCat API.
sc_get_params(param = NULL)
param |
List of available parameters in the API for the following options: name, areaofInterest, region, state, county Syntax: param=<value1>,<value2> Values: name|area |
A list of all the current StreamCat values for a given parameter
Marc Weber
params <- sc_get_params(param='name')
params <- sc_get_params(param='areaOfInterest')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.