Choose two of the following questions and answer as a team.
Codebook: https://stat.duke.edu/courses/Fall15/sta112.01/data/paris_paintings.html
Go to the Resources on Sakai and download paris_paintings.csv
Upload this file to RStudio Server
Load using the following (make sure data file is in the correct working directory):
pp <- read.csv("paris_paintings.csv", stringsAsFactors = FALSE) %>%
tbl_df()
Your submission should be an R Markdown file in your team App Ex repo, in a folder called AppEx_02.
Thursday, Sep 17, beg of class
merge conflics on GitHub – you’re working in the same repo now!
Issues will arise, and that’s fine! Commit and push often, and ask questions when stuck.