Skip to contents

Place the URL as a call to the EPA API

Usage

place.call(url)

Arguments

url

A string with a valid URL for the EPA API

Value

Result of query from the API

Examples

if (FALSE) {
url <- "user_url"
result <- place.call(url)
}