R in 3 Months Fall 2022 Week 8 Project Assignment
This lesson is called R in 3 Months Fall 2022 Week 8 Project Assignment, part of the R in 3 Months (Fall 2022) course. This lesson is called R in 3 Months Fall 2022 Week 8 Project Assignment, part of the R in 3 Months (Fall 2022) course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
For this week's assignment we're asking you to think about how your dataset(s) tidy... and untidy.
There are two sets of two functions for tidying data from {tidyr}
pivot_longer() and pivot_wider() for transforming between wide and long datasets (and back again).
separate() and separate_rows() for dealing with columns that contain multiple observations. This is extremely common in survey datasets.
We'd like to see you experiment with using one or more of these functions for tidying your data.
Have any questions? Put them below and we will help you out!
Course Content
142 Lessons
You need to be signed-in to comment on this post. Login.