Chapter 1 Prerequisites

# Code chunk 1 for HW1
# head() is a function in base-R that display only the first 6 observations
head(iris)
---