We can use this space to go ahead and write out any exercise or prework that you would like have done prior to coming.
This plot is generated using ggplot2 (Wickham 2016).
library(ggplot2)
ggplot(iris, aes(Species, Sepal.Length))+
geom_col()
Today we worked on GitHub.
Wickham, Hadley. 2016. Ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York. http://ggplot2.org.
Copyright © 2018 Carrie Johnston. All rights reserved.