Learn R Programming

pivottabler (version 0.4.0)

PivotBatchStatistics: A class that provides summary statistics for batch calculations.

Description

The PivotBatchStatistics class contains a set of summary statistics that track how many calculations are batch compatible/incompatible.

Usage

PivotBatchStatistics

Arguments

Value

Object of R6Class with properties and methods that help to (do xyz).

Format

R6Class object.

Fields

parentPivot

Owning pivot table.

asString

A text description of the batch statistics.

Methods

Documentation

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.

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