monthly_mean: Create monthly mean values for a dataset

View source: R/monthly_mean.R

monthly_meanR Documentation

Create monthly mean values for a dataset

Description

Takes a dataframe from which_target_df(), calculates the monthly mean results, and returns the dataframe with only monthly mean results

Usage

monthly_mean(df)

Arguments

df

A dataframe with values provided by which_target_df()

Value

The dataframe consisting of calculated monthly means

Examples

monthly_mean(df)

DEQcdonald/odeqtmdl documentation built on Feb. 9, 2025, 10:13 a.m.