Most modules follow the same four-step structure:
Install R and RStudio and get comfortable with the interface.
Learn to write and run your first commands in the R console.
Learn how to define and call your own functions in R.
Learn how to install, load, and get help with R packages.
Work with vectors and matrices, the building blocks of R’s data structures.
Store and organize your data using lists and dataframes.
Represent categorical data in R using factors.
Create your first plots and charts with Base R graphics.
Compose functions cleanly using pipe operators.
Summarize your data using descriptive statistics.
Learn how to structure an efficient, repeatable workflow for your R projects.
Write reproducible reports and documents with Quarto.
Import external datasets into R.
Filter, sort, and reshape your data to get it ready for analysis.
Learn how to create layered, publication-ready plots with ggplot2.
Write your own functions to make your R code reusable.