Skip to contents

This site provides course material for an ‘Introduction to R’ workshop offered to University at Buffalo BERD scholars, April, 2024.

In preparation for the workshop, please

  1. Follow these instructions to install R and RStudio Desktop

  2. Install ‘packages’ we will use. Do this by copy / pasting the following commands into the R console in RStudio

    pkgs <- c("readr", "dplyr", "ggplot2")
    install.packages(pkgs, repos = "https://CRAN.R-project.org")

There are three one-hour sessions