Introductory R workshop: The tidyverse and beyond
The lecture notes and R scripts given in the link below are from an introductory R workshop hosted by the HRB CRF-C in the Spring of 2018. The lecture notes are punctuated with prompts to jump into the R scripts as you go and to see what we’re talking about. All the scripts are composed so that you can run each line yourself and get the outputs you expect. At certain points there are exercises for you to complete yourself, which hopefully will allow you to get a feel for writing your own code.
Reproducible workflows with R and R-Markdown
The goal of this workshop is to help your future self. This tutorial is broken up into two sections:
- An overview of the tidyverse for experienced R users
- An introduction to reproducible research faciliated through R project and R Markdown files.
- First we go through the do’s and don’t of structuring your projects and scripts
- Then we examine how to build an R-Markdown document
- We finish up by taking the main elements and using them to compile an example_project from start to finish