Skip to content
New course: Interactive Dashboards with Shiny. Get 50% off with coupon SHINYLAUNCH.
R for the Rest of Us Logo

Missing, Implicit, or Misplaced Grouping Variables

This lesson is locked

Get access to all lessons in this 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!

You need to be signed-in to comment on this post. Login.