Housekeeping
Questions on Tidy Data?
Question on Function Arguments
Functions
Next Week
Week 8: Advanced Data Wrangling, Part 3 (Data Merging and Exporting Data)
Week 9: Advanced Data Viz, Part 1 (Highlighting and Decluttering)
Week 10: Catch-Up Week
Week 11: Advanced Data Viz, Part 2 (Explaining and Making Your Viz Sparkle)
Week 12: Advanced Quarto
Week 13: Wrap Up
I’m seeing a difference in the syntax used in the main video vs the solution video and am wondering if you can please explain the difference. In the main video, you use separate_longer_delim(cols = activities,... but the solution video uses separate_longer_delim(partyid,... without the use of cols =.
Course lessons cover data merging and data exporting
Project assignment is to tidy your data with the various functions you have learned