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)

Timeline

--

--

--

--

All parts (except first intro) come with small exercises and breaks between.


class: dark, center, middle

What is the Tidyverse?


background-image: url(img/tidyverse_2020-08-28.png) background-size: cover


background-image: url(img/hex_yes.png) background-size: 15% background-position: 37% 20%

The packages

.pull-left[

Covered here

|Package|Functions| |------|--------|
| dplyr | data manipulation - altering and adding variables in a dataset | | tidyr | data tidying - changing data shape and structure | | ggplot2 | data visualisation | | purrr | Enhancements on functional programming | ]


background-image: url(img/hex_yes.png), url(img/hex_not.png) background-size: 15% background-position: 37% 20%, 90% 20%

The packages

.pull-left[

Covered here

|Package|Functions| |------|--------|
| dplyr | data manipulation - altering and adding variables in a dataset | | tidyr | data tidying - changing data shape and structure | | ggplot2 | data visualisation | | purrr | Enhancements on functional programming | ]

.pull-right[

Not covered

|Package|Functions| |------|--------|
| readr | easy and fast importing of data | | tibble | variations on the R data.frame | | forcats | working with factors/categorical data | | stringr | working with strings/characters | ]


What's so special about them?

--

--

--

--



Athanasiamo/tidyquintro documentation built on Oct. 11, 2022, 7:15 p.m.