Missing, Implicit, or Misplaced Grouping Variables
This lesson is called Missing, Implicit, or Misplaced Grouping Variables, part of the Data Cleaning with R course. This lesson is called Missing, Implicit, or Misplaced Grouping Variables, part of the Data Cleaning with R 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.
Since this course was created, the separate()
and separate_rows()
functions have been superseded by the separate_wider_delim()
and separate_longer_delim()
functions, respectively. If you have code with separate()
and separate_rows()
that works, no need to change anything!
Your Turn
Load the primates2017
dataset bundled with 📦 unheadr
and create a new column that groups the different species by taxonomic family.
In biology, taxonomic families all end in the suffix “DAE“
How many different ways can you identify the embedded subheaders in these data?
Learn More
To learn more about the unheadr package, check out its documentation website.
Have any questions? Put them below and we will help you out!
Course Content
32 Lessons
You need to be signed-in to comment on this post. Login.