You are here

Reading the ANES 2016 data

Use the code:
ANES2016<-read.csv("http://www.shortell.nyc/online/files/anes_timeseries_2016.csv")

If you save your data library (session) in R, you won't have to read in the data again. You need to use attach(ANES2016) to load the variable names in the search string each session, however.