Student-facing R package for MC-451 Research Methods at SIUE, built around the open textbook From Vibes to Variables: A Field Guide to Open Media Science.
# install.packages("remotes")
remotes::install_github("SIM-Lab-SIUE/coursepackR")
library(coursepackR)
# First-time setup (Quarto, TinyTeX, core packages)
mccourse_setup()
# Verify your environment
mccourse_check()
# Download this week's materials
download_week("mc451", 1)
# Access the music dataset (1,792 songs)
data(unified_music)
head(unified_music)
MIT