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