Tutorials
View all → 1 2 3 4
Installing R and RStudio
A step-by-step guide to installing R and RStudio on Windows, macOS, and Linux, with instructions for verifying your installation and writing your first R code.
R Basics: Vectors and Types
Learn about R's fundamental data structure—vectors—and understand the different atomic types in R: numeric, integer, character, and logical.
Data Frames and Tibbles
Learn to create, manipulate, and transform data frames and tibbles in R—the essential structures for working with tabular data in R.
Functions and Control Flow in R
Learn how to write custom functions, control program flow with if-else statements, and use loops for repetitive tasks in R.