I am not able to work this example from tidyverse https://dplyr.tidyverse.org/reference/summarise.html
>mtcars %>% group_by(cyl) %>% summarise(mean = mean(disp))
mean
1 230.7219
What might be wrong ?
I am not able to work this example from tidyverse https://dplyr.tidyverse.org/reference/summarise.html
>mtcars %>% group_by(cyl) %>% summarise(mean = mean(disp))
mean
1 230.7219
What might be wrong ?