chart_eia_sd {RTL} | R Documentation |
EIA weekly supply-demand information by product group
Description
Given a product group extracts all information to create SD Balances.
Usage
chart_eia_sd(
market = "mogas",
key = "your EIA.gov API key",
from = "2011-01-01",
legend.pos = list(x = 0.4, y = 0.53),
output = "chart"
)
Arguments
market |
"mogas", "dist", "jet" or "resid". |
key |
Your private EIA API token. |
from |
Date as character "2020-07-01". Default to all dates available. |
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_sd(key = key, market = "mogas")
## End(Not run)
[Package RTL version 1.3.5 Index]