Aggregate data by temporal frequency
Usage
aggregate_by_frequency(data, frequency, verbose = FALSE)
Arguments
- data
data.frame with datetime column
- frequency
Character string: "daily", "monthly", "yearly"
- verbose
Logical indicating whether to print progress messages
Value
data.frame with temporally aggregated data