R6 class to be used to construct inputs to the AggregationSummary class
Public fields
aggregationFunctionlist of functions to use for aggregation
aggregationFunctionNamevector of function names that will be used as variable name of the aggregation
aggregationUnitunit of aggregation output
aggregationDimensiondimension of aggregation output
Methods
Method new()
Create a new AggregationInput object
Usage
AggregationInput$new(
aggregationFunction = NULL,
aggregationFunctionName = NULL,
aggregationUnit = NULL,
aggregationDimension = NULL
)