SyntaxFix
Write A Post
Hire A Developer
Questions
another approach is to use the double colons:
mtcars %>% dplyr::group_by(cyl, gear) %>% dplyr::summarise(length(gear))