pivot_longer()
separate()
ggplot()
ggplot2
Yihui Xie
2021-03-14
# Code chunk 1 for HW1 # head() is a function in base-R that display only the first 6 observations head(iris) ---