Accessing the data

This dataset is made available for class use only. Do not post the raw dataset anywhere else. You can share your results/findings/plots etc. but not the dataset.

library(readr)
pp = read_csv("~/paris_paintings.csv")

Exercise

Choose three of the following questions and answer as a team.

Submission instructions

Your submission should be an R Markdown file called AppEx_09_08_2016.Rmd in your team’s AppEx repo.

Due date

Tuesday, Sept. 13th, by 8 pm.

Watch out for…

merge conflicts 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.