Introduction to the Tidyverse

David Mawdsley

University of Manchester

Northwest Universities R Day - 31 October 2018

Introduction

  • Workshop aims
  • Teaching methods

Workshop aims

  • To introduce the main components of the Tidyverse
    • readr (to read files)
    • dplyr (to manipulate data)
    • ggplot2 (to make graphs)
  • Assumes a basic knowledge of R
  • We haven’t got time to cover all of the tidyverse, e.g. forcats, purrr, modelr

Workshop history

How the workshop works

  • The course is interactive
    • These are the only slides
  • Course notes
    • Try to type-along without the notes
    • All the code is in the notes (Extras menu); you can cut and paste this into RStudio.
    • The workshop materials will remain online after the course.

Let’s get started

https://uomresearchit.github.io/r-day-workshop/