Lecture 2: Exercise Problems and Solutions

# === Load Packages === #
library(data.table)
library(dplyr) #mainly for %>% operator

1 Exercise 1

2 Exercise 2

3 Exercise 3