R/realtime.R
realtime_daily_mean.Rd
This function is meant to be used within a pipe as a means of easily moving from higher resolution data to daily means.
realtime_daily_mean(.data, na.rm = FALSE)
.data | A data argument that is designed to take only the output of realtime_dd |
---|---|
na.rm | a logical value indicating whether NA values should be stripped before the computation proceeds. |