chart_eia_steo {RTL} | R Documentation |
EIA Short Term Energy Outlook
Description
Extract data and either plots or renders dataframe.
Usage
chart_eia_steo(
market = "globalOil",
key = "your EIA.gov API key",
from = "2018-07-01",
fig.title = "EIA STEO Global Liquids SD Balance",
fig.units = "million barrels per day",
legend.pos = list(x = 0.4, y = 0.53),
output = "chart"
)
Arguments
market |
"globalOil" only currently implemented. |
key |
Your private EIA API token. |
from |
Date as character "2020-07-01". Default to all dates available. |
fig.title |
Defaults to "EIA STEO Global Liquids SD Balance". |
fig.units |
Defaults to "million barrels per day" |
legend.pos |
Defaults to list(x = 0.4, y = 0.53) |
output |
"chart" for plotly object or "data" for dataframe. |
Value
A plotly chart htmlwidget
or a tibble
.
Author(s)
Philippe Cote
Examples
## Not run:
chart_eia_steo(key = EIAkey, market = "globalOil")
## End(Not run)
[Package RTL version 1.3.5 Index]