View source: R/call_placement.R
place.call.raw | R Documentation |
Perform call and maintain JSON Lite structure
place.call.raw(url)
url |
URL following structure from EPA API |
Results of data request in JSON format
## Not run: endpoint <- 'list/states' call <- create.base.call(endpoint) raw.call <- place.call.raw(call) raw.call ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.