I am trying to export some data from R to .csv. It was working yesterday but today I got this error message:
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file 'C:/Users/cgarf/Documents/OTL_Model': Permission denied
I recently changed java versions. I'm not sure if that could be causing the issue or if I'm missing something