Title Pivot table for scenario objects, using _rpivotTable_ package

pivot(
  scen = NULL,
  name = NULL,
  get_data = FALSE,
  ...,
  aggregatorName = "Sum",
  rendererName = "Stacked Bar Chart",
  cols = "year",
  rows = c("tech", "comm", "sup", "dem"),
  vals = "value",
  sorter = NULL,
  exclusions = NULL,
  inclusions = NULL,
  locale = "en",
  subtotals = FALSE,
  width = 800,
  height = 600,
  elementId = NULL
)

Arguments

scen

tbd # Parameters to _getData_:

name

tbd

get_data

tbd

...

tbd # Parameters to _rpivotTable_:

aggregatorName

tbd

rendererName

tbd

cols

tbd

rows

tbd

vals

tbd

sorter

tbd

exclusions

tbd

inclusions

tbd

locale

tbd

subtotals

tbd

width

tbd

height

tbd

elementId

tbd