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
Follow these instructions to install R and RStudio Desktop
-
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