Subset & Aggregate Time Series Precipitation Data in R Using mutate(), group_by() and summarise()
This lesson introduces the mutate() and group_by() dplyr functions - which allow you to aggregate or summarize time series data by a particular field - in this case you will aggregate data by day to get daily precipitation totals for Boulder during the 2013 floods.
last updated: 03 Sep 2019