| pivottabler | R Documentation | 
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
)
| pt | The pivot table to render. | 
| width | The target width. | 
| height | The target height. | 
| styleNamePrefix | A text prefix to be prepended to the CSS declarations (to ensure uniqueness). | 
| includeRCFilters | Show/hide filter detail for debugging. | 
| includeCalculationFilters | Show/hide filter detail for debugging. | 
| includeWorkingData | Show/hide working data detail for debugging. | 
| includeEvaluationFilters | Show/hide filter detail for debugging. | 
| includeCalculationNames | Show/hide filter detail for debugging. | 
| includeRawValue | Show/hide filter detail for debugging. | 
A HTML widget.
# See the Shiny vignette in this package for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.