Example: ```r nc %>% group_by(habit) %>% summarize(mean(weight)) ``` Could be done with `df_stats()`