Description Usage Arguments Value Author(s) Examples
This function accesses EIA bulk files. (The EIA bulk download facility does not require a registered user API key.)
1 2 | eia_bulk_data(dataset, simplify = TRUE, data_only = TRUE,
update_cache = FALSE)
|
dataset |
EIA bulk download data set identifier. This argument will accept a regular
expression search string and download all matching bulk download data sets. If
|
simplify |
Logical. If |
data_only |
Logical. If |
update_cache |
Logical expression, if FALSE (default), use the cached list of available ABS.Stat datasets, if TRUE, update the list of available datasets. |
Returns either a data frame with EIA bulk series data or a list containing EIA bulk series data and associatioed catalogue information.
David Mitchell <david.pk.mitchell@gmail.com>
1 2 3 4 |
## Fetch Annual Energy Outlook 2019 bulk data
eia_ieo <- eia_bulk_data(dataset="AEO.2019");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.