dplyr
tidyr
You will work in a group of three (groups posted to Slack and Moodle) to analyze Federal Election Commission data contained in the fec16
package, and report your findings in a short write-up. The topic is up to you. The best projects will:
mutate()
s)You will use GitHub to collaborate with your partner(s) on this assignment.
We have a private GitHub organization.
sds192-i21/mp2-group-x
’s repo, where group-x
is your group’s identifier.You may have to install
git
on your computer!
.html
file to MoodleYou will have to install the fec16
package.
These data come from the Federal Election Commission, and are based on the 2015–2016 federal election cycle. These data were collected using the fec16
package for R.
There are several tables present. To load them, switch to the mp2-group-x
project in RStudio, pull, and run the following:
library(fec16)
Be sure to read the supporting documentation for these data!! It is your responsibility to know what you are looking at!