I am trying to knit a R markdown document I have been working on but when I try to knit the R markdown file it says that 'the system cannot find the file specified' even though the data I am working from is saved in my global environment.
Rstudio was previously letting me knit the document. I changed the file name for the data I was working on and this problem has occurred since even though I have changed my code to account for the name change.
R studio lets me import the data but not directly view it as the file is too large so I'm not sure if this is also a problem with the file size.
My not-terribly-great knowledge of how Rmarkdown works says that Rmarkdown sets up its own environment. It won't "see" a data.frame or tibble, etc., that exists in the global environment.
I went back and ran each code chunk. I believe it had something to do with the incorrect file path as I have changed that now and it is letting me knit the file again.