- Documentation
For more complete explanations and examples please see
the extensive vignettes supplied with this package.
new(...)Create a new batch calculator.
reset()Clears any batches that currently exist in the batch
calculator.
isFiltersBatchCompatible(filters=NULL)Determines whether a
set of filters are compatible with batch calculations.
generateBatchesForNamedCalculationEvaluation1(dataName=NULL,
calculationName=NULL, calculationGroupName=NULL,
workingFilters=NULL)Generates one or more batches for a named
calculation and single working filters object.
generateBatchesForNamedCalculationEvaluation2(calculationName=NULL,
calculationGroupName=NULL, workingData=NULL)Generates one or more
batches for a named calculation and set of working working data
associated with a cell.
generateBatchesForCellEvaluation()Generates one or batches
for a pivot table cell.
evaluateBatches()Evaluates batch calculations.
getSummaryValueFromBatch(batchName=NULL, calculationName=NULL,
calculationGroupName=NULL, workingFilters=NULL)Retrieve a value from a
the results of a batch that has been evaluated.