R/call_placement.R
place.call.Rd
Place the URL as a call to the EPA API
place.call(url)
A string with a valid URL for the EPA API
Result of query from the API
if (FALSE) { # \dontrun{ url <- "user_url" result <- place.call(url) } # }