2 artifacts
Tap to collapse details
install.packages("tidyverse")
library(dplyr) starwars |> glimpse()
This uses the built-in starwars dataset to verify installation.
starwars
❌ Installing tidyverse but forgetting library(dplyr)
→Run library(tidyverse) or library(dplyr) in every session
❌ Using outdated R version (<4.1)
→Update R via cran.r-project.org
Tap to expand details
Spin up a personalized “learn dplyr” plan you can save, check off, and return to anytime — unlimited on the free trial.
DataCamp
Codecademy
Harvard edX
by Hadley Wickham et al.
Vignettes, reference, and installation guide
In-depth tutorial with flights dataset examples
Printable reference for all verbs
Integrated IDE for R with console, editor, and plots
Grammar of data manipulation