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)

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 | ]


background-image: url(img/dplyr.png) background-size: 8% background-position: 95% 5%

grammar of data manipulation

.pull-left[ provides a consistent set of verbs that help you solve the most common data manipulation challenges:

.pull-right[ Combined with functions like

Tidy-selectors like: - contains() - select by variables containing a string
- starts_with() - select by variables starting with a string
- ends_with() - select by variables ending with a string
]


class: right background-image: url(img/hexs.png) background-size: contain

Fin

follow me: @DrMowinckels
Read my blog: DrMowinckels.io



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