Closed ashleyasmus closed 4 years ago
@ashleyasmus do you think we should integrate functions for aggregating up to hours/days/ etc.?
This issue is closed with the introduction of the fill_gaps
parameter in pull_sensor()
. If you are aggregating the raw data, you will want to be sure to use fill_gaps = TRUE
when pulling the raw data. If there are no gaps in the raw data, there won't be gaps when you aggregate up.
59fac22b1eeab7780ee30e414daad9da84e0f08e
would be great if pull_sensor automatically gap-filled small numbers of missing data
I tried to do this using "frollapply" in some scrappy code but it is slow and doesn't work so well