eia_report: Download data for various EIA reports

View source: R/reports.R

eia_reportR Documentation

Download data for various EIA reports

Description

These functions download data for various EIA reports found on the EIA website but not necessarily available through the EIA API.

Usage

eia_report(id, ...)

report_drilling_productivity()

Arguments

id

character, the report ID. See examples for available reports.

...

arguments passed to individual report data functions.

Details

The wrapper function and the individual report functions do not make API calls and do not require an API key.

Value

a list, typically a list of data frames

Examples

## Not run: 
x <- eia_report("drilling productivity")

## End(Not run)

eia documentation built on Nov. 18, 2023, 1:07 a.m.