Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

realtime_daily_mean

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

Extract and Tidy Canadian 'Hydrometric' Data

v0.5.2
Apache License (== 2.0) | file LICENSE
Authors
Sam Albers [aut, cre] (<https://orcid.org/0000-0002-9270-7884>), David Hutchinson [ctb], Dewey Dunnington [ctb], Ryan Whaley [ctb], Province of British Columbia [cph], Luke Winslow [rev] (Reviewed for rOpenSci), Laura DeCicco [rev] (Reviewed for rOpenSci)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.