Skip to course content
Free R data course

R Foundations for Data Analysis

Module 04 Summary

What this module established

Tidy data means every variable is a column and every observation is a row. When a column name is a value — a month, a year, a category — the table is untidy, and every verb you want to use will fight you.

Carry forward

Before moving on

Move on when you can explain why a reversed pair of case_when() conditions produces a plausible, wrong column with no warning.