I have a strange problem. I want to read a CSV file, and I am perfectly able to do so in my console, but when I do the exact same line in my R markdown file, I get the error:
Error in file(file, "rt") : cannot open the connection
Why can I read the file in the console but not in the R Markdown file?