powered by
The PivotHtmlRenderer class creates a HTML representation of a pivot table.
PivotHtmlRenderer
Object of R6Class with properties and methods that render to HTML.
R6Class
R6Class object.
parentPivot
Owning pivot table.
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.
# 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