pivottabler: Render a pivot table as a HTML widget.

View source: R/pivottabler.R

pivottablerR Documentation

Render a pivot table as a HTML widget.

Description

The pivottabler function is primarily intended for use with Shiny web applications.

Usage

pivottabler(
  pt,
  width = NULL,
  height = NULL,
  styleNamePrefix = NULL,
  includeRCFilters = FALSE,
  includeCalculationFilters = FALSE,
  includeWorkingData = FALSE,
  includeEvaluationFilters = FALSE,
  includeCalculationNames = FALSE,
  includeRawValue = FALSE
)

Arguments

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.

Value

A HTML widget.

Examples

# See the Shiny vignette in this package for examples.

cbailiss/pivottabler documentation built on Oct. 14, 2023, 9:38 a.m.