This is my code
dat <- read.csv("../rawdata/uscrime.csv")
and this is the error I am getting
Error in file(file, "rt") : cannot open the connection
why won't it open my file?
I have done this several times in other projects but now that I have started a new project I can't get it to work.