perform.call.raw: Perform call and keep original result

View source: R/call_placement.R

perform.call.rawR Documentation

Perform call and keep original result

Description

Perform call and keep original result

Usage

perform.call.raw(endpoint, variables = list())

Arguments

endpoint

An endpoint from the available EPA API endpoints

variables

A list of variables or a single variable to filter the EPA API endpoint.

Value

A list containing result from query to EPA API

Examples

## Not run: 
endpoint <- 'list/states'
result <- perform.call.raw(endpoint)

## End(Not run)

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