Description Usage Arguments Examples
View source: R/SummarizeByWeek.R
This function summarizes all columns by week and returns a dataframe with summarized data and week dates
1 | SummarizeByWeek(df, summarizationMethod, flipNA)
|
df |
Dataframe on which to operate. Must have column DateStamp |
summarizationMethod |
String that indicates mean or sum |
flipNA |
TRUE or FALSE to convert NAs to 0 |
1 | SummarizeByWeek(df, "mean", TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.