Learn R Programming

RTL (version 0.1.6)

chart_eia_steo: chart_eia_steo

Description

Supply Demand Balance from EIA Short Term Energy Outlook.

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 object or a dataframe

Examples

Run this code
# NOT RUN {
chart_eia_steo(key = EIAkey, market = "globalOil")
 
# }

Run the code above in your browser using DataLab