Skip to course content
Free R data course

R Foundations for Data Analysis

Module 03 Summary

What this module established

A data frame is a list whose columns are all the same length; a tibble is the same thing without partial name matching and without dropping to a vector on single-column selection. Use tibbles for new work and expect both.

Carry forward

Before moving on

Move on when your import declares its missing markers and you can state how many rows each of your summaries covers.