Creates a data frame with fitted time column and corresponding average data values.
aggregate_measurements(time_vector, data_vector, time_interval = 60 * 15)
A POSIXct vector
A numeric vector, with data corresponding to the time_vector
Temporal resolution in seconds
Data frame with POSIX time column "t" and data column "d