This workshop is being offered in-person in June 2024 by Northwestern IT Research Computing and Data Services.
We will cover the following topics:
- Joining together datasets (
1_dplyr_join.qmd
) - Reshaping/pivoting datasets (
2_tidyr_pivot.qmd
) - Writing functions (
3_writing_functions.qmd
)
This workshop builds on, and assumes knowledge of, Intro to Tidyverse. Specifically, it assumes participants are familiar with the core dplyr functions of select, filter, mutate, summarize, group_by, and the %>% operator.