powered by
The PivotCalculationGroups class stores all of the calculation groups for a pivot table.
PivotCalculationGroups
Object of R6Class.
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 container for pivot table calculation groups, specifying the field values documented above.
isExistingCalculationGroup(calculationGroupName)
Check if a calculation group exists with the specified name.
getCalculationGroup(calculationGroupName)
Get the calculation group with the specified name.
addCalculationGroup(calculationGroupName)
Create a new calculation group with the specified name.
asList()
Get a list representation of these calculation groups.
asJSON()
Get a JSON representation of these calculation groups.
asString()
Get a text representation of these calculation groups.
# 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