R in 3 Months Week 7 (Functions)

Agenda

  1. Housekeeping

  2. Question on Function Arguments

  3. Functions

  4. Next Week

Housekeeping

  • Join Discord if you haven’t and are interested!

Question on Function Arguments

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 =.

Functions

Functions as Recipes

Next Week

  • Course lessons cover data merging and data exporting

  • Project assignment is to tidy your data with the various functions you have learned