+ - 0:00:00
Notes for current slide
Notes for next slide

Introduction to the Tidyverse

Import, wrangle, model, and communicate data

2020-08-22

1 / 11
2 / 11

Working with data in R

the tidyverse is a collection of friendly and consistent tools for data analysis and visualization.

3 / 11

Working with data in R

the tidyverse is a collection of friendly and consistent tools for data analysis and visualization.

They live as, R packages, each of which does one thing well.

4 / 11

library(tidyverse) will load

the core packages:

ggplot2, for data visualisation.

dplyr, for data manipulation.

tidyr, for data tidying.

readr, for data import.

purrr, for functional programming.

tibble, for tibbles, a modern re-imagining of data frames.

stringr, for strings.

forcats, for factors.

class: inverse, center, middle

This course is hands on!

Each section has an exercises file: exercises.Rmd

5 / 11

exercises.Rmd

6 / 11

code chunks

7 / 11

running code chunks

8 / 11

outputting to the console

9 / 11

Project contents

├── 01-dplyr_5verbs
│ ├── cheatsheet_dplyr_5verbs.pdf
│ ├── diabetes.csv
│ ├── exercises.Rmd
│ ├── slides.pdf
10 / 11

Let's head to https://rstudio.cloud/

11 / 11
2 / 11
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow