layout: true


knitr::opts_chunk$set(echo = TRUE, 
                      message = FALSE, 
                      error = FALSE, 
                      warning = FALSE)

# These are the defaults
xaringanExtra::use_extra_styles(
  hover_code_line = TRUE,         #<<
  mute_unhighlighted_code = TRUE  #<<
)

library(knitr)
library(tidyquintro)
library(countdown)

class: dark, center background-image: url(img/ggplot2.png), url(img/dplyr.png), url(img/pipe.png) background-size: 15% background-position: 32% 65%, 50% 65%, 68% 65%

Part 1

Tidy data wrangling


class: middle, inverse

Tidy data wrangling