Setup

Install R

Download and install R from:

https://cran.r-project.org/

Install Positron or RStudio

Choose one:

Install required packages

install.packages(c(
  "tidyverse",
  "readr",
  "dplyr",
  "ggplot2",
  "broom",
  "infer"
))