Get access to all lessons in this course.
-
Welcome to Data Cleaning with R
- What is Data Cleaning?
- Course Logistics and Materials
-
Data Organization
- Data Organization Best Practices
- Tidy Data
- Grouping and Indicator Variables
- NA and Empty Values
- Data Sharing Best Practices
-
Restructuring Data
- Tidyverse Refresher
- Working with Columns with across()
- Pivoting Data
- coalesce() and fill()
-
Regular Expressions
- What 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 Issues
- Common 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
Data Cleaning with R
Course Logistics and Materials
This lesson is locked
This lesson is called Course Logistics and Materials, part of the Data Cleaning with R course. This lesson is called Course Logistics and Materials, 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.
You can access the full GitHub repository for this course if you'd like to see all slides, data, solutions, etc. You can also access the slides by section:
Search all Videos
You can also search throughout all videos in this course using the widget below.
Your Turn
As demonstrated in the video, first create a new project.
Next, download the materials for the course using this code:
install.packages("usethis") # Install first if necessary
usethis::use_course("rfortherestofus/data-cleaning-course") # Download course materials
Finally, copy the materials you downloaded into the new project you created.
You need to be signed-in to comment on this post. Login.