non.cached.perform.call: Perform call and convert data into list

View source: R/call_placement.R

non.cached.perform.callR Documentation

Perform call and convert data into list

Description

Perform call and convert data into list

Usage

non.cached.perform.call(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 requested data

Examples

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

## End(Not run)

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