Back to Course
Data Cleaning with R
0% Complete
0/0 Steps
-
Welcome to Data Cleaning with RWhat is Data Cleaning?
-
Course Logistics and Materials
-
Data OrganizationData Organization Best Practices
-
Tidy Data
-
Grouping and Indicator Variables
-
NA and Empty Values
-
Data Sharing Best Practices
-
Restructuring DataTidyverse Refresher
-
Working with Columns with across()
-
Pivoting Data
-
coalesce() and fill()
-
Regular ExpressionsWhat are Regular Expressions?
-
Understanding and Testing Regular Expressions
-
Literal Characters and Metacharacters
-
Metacharacters: Quantifiers
-
Metacharacters: Alternation, Special Sequences, and Escapes
-
Combining Metacharacters
-
Regex in R
-
Regular Expressions and Data Cleaning, Part 1
-
Regular Expressions and Data Cleaning, Part 2
-
Common IssuesCommon Issues in Data Cleaning
-
Unusable Variable Names
-
Whitespace
-
Letter Case
-
Missing, Implicit, or Misplaced Grouping Variables
-
Compound Values
-
Duplicated Values
-
Broken Values
-
Empty Rows and Columns
-
Parsing Numbers
-
Putting Everything Together
Lesson 25 of 31
In Progress
Missing, Implicit, or Misplaced Grouping Variables
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?
Solutions
Learn More
To learn more about the unheadr
package, check out its documentation website.