AggregationInput | R Documentation |
R6 class to be used to construct inputs to the AggregationSummary class
aggregationFunction
list of functions to use for aggregation
aggregationFunctionName
vector of function names that will be used as variable name of the aggregation
aggregationUnit
unit of aggregation output
aggregationDimension
dimension of aggregation output
new()
Create a new AggregationInput
object
AggregationInput$new( aggregationFunction = NULL, aggregationFunctionName = NULL, aggregationUnit = NULL, aggregationDimension = NULL )
aggregationFunction
list of functions to use for aggregation
aggregationFunctionName
vector of function names that will be used as variable name of the aggregation
aggregationUnit
unit of aggregation output
aggregationDimension
dimension of aggregation output
A new AggregationInput
object
clone()
The objects of this class are cloneable with this method.
AggregationInput$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.