View source: R/call_placement.R
non.cached.perform.call | R Documentation |
Perform call and convert data into list
non.cached.perform.call(endpoint, variables = list())
endpoint |
An endpoint from the available EPA API endpoints |
variables |
A list of variables or a single variable to filter the EPA API endpoint. |
A list containing requested data
## Not run: endpoint <- 'list/states' result <- non.cached.perform.call(endpoint) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.