powered by
The PivotBatchStatistics class contains a set of summary statistics that track how many calculations are batch compatible/incompatible.
PivotBatchStatistics
Object of R6Class with properties and methods that help to (do xyz).
R6Class
R6Class object.
parentPivot
Owning pivot table.
asString
A text description of the batch statistics.
For more complete explanations and examples please see the extensive vignettes supplied with this package.
new(...)
Create a new Pivot Batch Statistics.
reset()
Clear the batch statistics.
incrementNoData()
Increment the noData count for a batch.
incrementCompatible()
Increment the compatible count for a batch.
incrementIncompatible()
Increment the incompatible count for a batch.
# 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