This and other lessons assume users already have some experience with R, for instance through a Data Carpentry workshop. See References for useful introductory and advanced material.
Learning Objectives
After completing this section, an individual will be able to curate data in
R
.
- read, manipulate and display data summaries in concise tables
- work with data frames using tidyverse tools
- use character string operations to clean data
- create functions to collapse repeated steps into one-line “verbs”
- save cleaned up data tables in external files