data.frame
dplyr
select
filter
arrange
mutate
summarize
group_by
ggplot2
5 Learning Objectives load external data (CSV files) in memory understand the concept of a data.frame know how to access any element of a data.frame understand factors and how to manipulate them
factors