View source: R/call_placement.R
perform.call.raw | R Documentation |
Perform call and keep original result
perform.call.raw(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 result from query to EPA API
## Not run: endpoint <- 'list/states' result <- perform.call.raw(endpoint) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.