Whenever I knit to a PDF in RStudio, the error "The system cannot find the file specified."
Here is the code that I'm using: ##importing data library(readr) Quiz1data_2 <- read_csv("C:/Users/erinp/Downloads/Quiz1data-2.csv")
I have restarted RStudio multiple times and I have copied and pasted the exact link that my file is saved to and it's still not working.
What am I not seeing or what am I not thinking?