Closed tavareshugo closed 7 years ago
List of things that we think should be covered in the dplyr lesson:
dplyr
filter
select
mutate
%>%
data %>% group_by %>% summarise
Perhaps it's also good if we relate this to the previous ggplot lesson
ggplot
A first draft of the module 03 is done. Please have a look and let me know if anything needs to be changed!
List of things that we think should be covered in the
dplyr
lesson:filter
select
mutate
%>%
data %>% group_by %>% summarise