class: center, middle, inverse, title-slide #
##
https://djnavarro.github.io/chdss2018/
### Danielle Navarro, 11 December 2018 --- <!-- the xaringan package --> <!-- devtools::install_github("yihui/xaringan") --> <!-- the leaflet package is on CRAN --> # The plan - Git and GitHub - RStudio projects and R Markdown - Data wrangling in tidyverse (dplyr) - Data visualisation in tidyverse (ggplot2) - Statistical modelling in R ```r library(leaflet) leaflet() %>% addTiles() %>% setView(144.9612, -37.7963, zoom = 17) ```