Setup
Install R
Download and install R from:
https://cran.r-project.org/
Install Positron or RStudio
Choose one:
- Positron: https://positron.posit.co/
- RStudio: https://posit.co/download/rstudio-desktop/
Install required packages
install.packages(c(
"tidyverse",
"readr",
"dplyr",
"ggplot2",
"broom",
"infer"
))