CO2<-read.csv("co2_broken.csv",sep = "",skip=2) # By adding the skip argument into the read.csv function, R knows to skip the first two rows head(CO2) # You can now see that the CO2 object has the appropriate headings