9  Data Manipulation

This section is still under development

9.1 Reorder your data with arrange()

9.2 Pick variables with select()

9.3 Subset data with filter()

9.4 Add or change the content of a variable with mutate()

9.5 Collapse columns using summarize()

9.6 Reshaping your data