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)
--
|>
(~10 min) --
--
--
All parts (except first intro) come with small exercises and breaks between.
class: dark, center, middle
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%
.pull-left[
|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%
.pull-left[
|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[
|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 |
]
--
--
--
--
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.