SyntaxFix
Write A Post
Hire A Developer
Questions
library(tidyverse) df_1 %>% group_by(Year, Month) %>% summarise(count= n())