Learning Objectives

  • explain why coding is advantageous for data management
  • format R code for readability and clarity
  • add comments and breaks to R code
  • call R scripts from within R scripts (sourcing)
  • write simple custom R functions
  • properly organize an R project and workspace with RStudio
  • read and write tables

Day 1

Live coding: Intro to programming with R: vectors



Day 2

Live coding: data tables and organizing a project with RStudio