Description Usage Arguments Examples
View source: R/monthly_pivot.R
Create monthly pivot summary
1 2 3 4 5 6 7 8 9 10 |
data |
data.frame |
date |
date column name |
group_by |
column(s) to group the data by |
values_from |
values column |
calc |
calculation function (default sum) |
na.rm |
remove NAs in calculation (default is TRUE) |
total |
add total column (default FALSE) |
total_name |
name of total column |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.