The pivottabler
function is primarily intended for use with Shiny web
applications.
pivottabler(
pt,
width = NULL,
height = NULL,
styleNamePrefix = NULL,
includeRCFilters = FALSE,
includeCalculationFilters = FALSE,
includeWorkingData = FALSE,
includeEvaluationFilters = FALSE,
includeCalculationNames = FALSE,
includeRawValue = FALSE
)
The pivot table to render.
The target width.
The target height.
A text prefix to be prepended to the CSS declarations (to ensure uniqueness).
Show/hide filter detail for debugging.
Show/hide filter detail for debugging.
Show/hide working data detail for debugging.
Show/hide filter detail for debugging.
Show/hide filter detail for debugging.
Show/hide filter detail for debugging.
A HTML widget.
# See the Shiny vignette in this package for examples.