R Bootcamp

Class 3 preparation - dplyr

Prepare

  • Look over the dplyr cheatsheet.

    We’ll be using the filter(), select(), mutate(), arrange(), group_by(), and summarise() functions. Pay special attention to the comparison operators and logical operators sections, as well as case_when() for conditional logic.