...
/Test Your Skills on Data Importing and Tidy Data
Test Your Skills on Data Importing and Tidy Data
Test yourself on concepts of data importing and tidy data.
We'll cover the following...
Multiple choice questions
What makes tidy datasets useful for organizing data?
Tidy datasets are an organized way of viewing data. This format is required for the ggplot2 and nycflight13 packages for data visualization and wrangling.
Tidy datasets are an organized way of viewing data. This format is required for the ggplot2 and dplyr packages for data visualization and wrangling.
Tidy datasets are an organized way of viewing data. This format is required for the ggplot2 and tidyr packages for data visualization and wrangling.
Tidy datasets are an organized way of viewing data. This format is required for the ggplot2 package for data visualization and wrangling.