R Bootcamp
Class 3 preparation - dplyr
Prepare
Look over the dplyr cheatsheet.
We’ll be using the
filter()
,select()
,mutate()
,arrange()
,group_by()
, andsummarise()
functions. Pay special attention to the comparison operators and logical operators sections, as well ascase_when()
for conditional logic.