Introduction to the Tidyverse

This is the website for the Northwest Universties R day “Introduction to the Tidyverse Workshop”. The course material is an abridged and modified version of the R for Data Analysis course that is offered by Research IT at the University of Manchester.

The full day R for Data Analysis course is itself an abridged and modified version of the Software Carpentry lesson R for reproducible scientific analysis.

The slide deck used in this course can be found here.

The goal of this workshop is to introduce the tidyverse to users who are familiar with R.

The tidyverse describes itself as:

an opinionated collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures.

The packages are designed to work well together, are well thought through, and nice to use. They can make your data analysis process significantly easier and quicker than using base R alone.

Example data

Download the example data we will use for the lesson from here.

Schedule

Setup Download files required for the lesson
00:00 1. Getting started with the tidyverse; loading your data How do I load the tidyverse?
How can I read and write tabular data in R?
00:30 2. Manipulating tibbles with dplyr How can I manipulate tibbles without repeating myself?
01:25 3. Creating Publication-Quality Graphics How can I create and save publication-quality graphics in R?
02:45 Finish

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.