Every time I attempt to read a CSV file (which I downloaded from Google Trends) I get the following error seen in the code below. I have researched and nothing has really helped me so far. The CSV file is showing up in my working directory and I am unsure what else to do to fix it. Here is the error message:
Error in file(file, "rt") : cannot open the connection
3. file(file, "rt")
2. read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill, comment.char = comment.char, ...)
- read.csv("KrogerWalmart.csv")