I am trying to compile a pdf report of my R code. I imported the dataset using the menu options but am now having trouble compiling it because R cannot find the .csv files I used. I have triple checked and the working directory is correct.
I get this error:
Error in eval(expr, envir, enclos) : object 'filename' not found
Calls: <Anonymous>...withVisible...-> eval with Userhandlers -> eval -> eval
Execution Halted
Would appreciate any help. Thanks!
Tried getwd() and setwd() but that doesn't seem to be the issue. Double checked file names and location.