Chapter 2 Tidyverse Basics
2.1 Learning objectives
By the end of this chapter, you should be able to:
- load common R packages;
- read data files into R;
- inspect data frames;
- use the pipe operator;
- apply common
dplyrverbs such asselect,filter,mutate,group_by, andsummarize.