Learn R Programming

pivottabler (version 0.4.0)

PivotHtmlRenderer: A class that renders a pivot table in HTML.

Description

The PivotHtmlRenderer class creates a HTML representation of a pivot table.

Usage

PivotHtmlRenderer

Arguments

Value

Object of R6Class with properties and methods that render to HTML.

Format

R6Class object.

Fields

parentPivot

Owning pivot table.

Methods

Documentation

For more complete explanations and examples please see the extensive vignettes supplied with this package.

new(...)

Create a new pivot table renderer, specifying the field value documented above.

clearIsRenderedFlags()

Clear the IsRendered flags that exist on the PivotDataGroup class.

getTableHtml(styleNamePrefix=NULL, includeHeaderValues=FALSE, includeRCFilters=FALSE, includeCalculationFilters=FALSE, includeWorkingData=FALSE, includeEvaluationFilters=FALSE, includeCalculationNames=FALSE, includeRawValue=FALSE, includeTotalInfo=FALSE)

Get a HTML representation of the pivot table, optionally including additional detail for debugging purposes.

Examples

Run this code
# NOT RUN {
# This class should only be created by the pivot table.
# It is not intended to be created outside of the pivot table.
# }

Run the code above in your browser using DataLab