Generates the Java object for automatic aggregation of the data
Source:R/providers.R
dot-obs_gathering.Rd
Generates the Java object for automatic aggregation of the data
Usage
.obs_gathering(
period = 0,
aggregationType = NULL,
allowPartialAggregation = FALSE,
cleanMissing = TRUE
)
Arguments
- period
The annual frequency of the series. If 0, the frequency.
- aggregationType
The type of the aggregation to be applied on the series (only used if "period" is different from 0).
- allowPartialAggregation
Specifies if the aggregation is performed or not when they are missing periods.
- cleanMissing
Specifies if missing values at the beginning and at the end of the data are removed from the series.