top of page

Data management ii

This module covers how to restructure datasets to prepare them to be merged together, and then how to complete that merging process. Functions covered include pivot_wider() and pivot_longer()_join() methods, along with cbind() and rbind().

bottom of page