place.call.raw: Perform call and maintain JSON Lite structure

View source: R/call_placement.R

place.call.rawR Documentation

Perform call and maintain JSON Lite structure

Description

Perform call and maintain JSON Lite structure

Usage

place.call.raw(url)

Arguments

url

URL following structure from EPA API

Value

Results of data request in JSON format

Examples

## Not run: 
endpoint <- 'list/states'
call <- create.base.call(endpoint)
raw.call <- place.call.raw(call)
raw.call

## End(Not run)

GLOrozcoM/epair documentation built on July 28, 2022, 9:01 p.m.