realtime_daily_mean: Calculate daily means from higher resolution realtime data

View source: R/realtime.R

realtime_daily_meanR Documentation

Calculate daily means from higher resolution realtime data

Description

This function is meant to be used within a pipe as a means of easily moving from higher resolution data to daily means.

Usage

realtime_daily_mean(.data, na.rm = FALSE)

Arguments

.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.

Examples

## Not run: 
realtime_dd("08MF005") %>% realtime_daily_mean()

## End(Not run)


tidyhydat documentation built on April 4, 2023, 5:17 p.m.