R for the terrified

The basics - get the software

The bits of RStudio

Things you’ll use a lot

  • Symbols

    • assign ~ <- ~ Option - (Mac) /

    • pipe ~ %>% ~ Ctrl-Shift-M

  • Cheatsheets

  • These packages

    • tidyverse

    • janitor

    • here

    • pacman

  • Code to install and load packages

    • install.packages("<package_name>")

    • library("<package_name>")