get_parameters_in_class | R Documentation |
Get all parameters available within a particular parameter class.
get_parameters_in_class(class)
class |
A type of pollutant. Find types of pollutants with get_parameter_classes(). |
API response containing parameters found within a class/group of like parameters.
## Not run: class <- "AQI POLLUTANTS" parameters <- get_parameters_in_class(class) parameters$Data ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.