Preface
1
Introduction
2
dplyr: Data manipulation
3
ggplot2: Data visualisation
4
tibbles: Data frames
5
readr: Data import
6
tidyr: data tidying
7
stringr: Strings
8
forcats: Factors
9
lubridate: Date/times
10
magrittr: Pipes
11
purr: Functional programming
12
modelr: Modelling
Data Science and Visualizations with R
3
ggplot2: Data visualisation
ggplot2 is a plotting system for R, based on the grammar of graphics.