I'm trying to create an Rscript-file from a script I wrote in RStudio. When I open the Rscript.exe
I get the following error message :
In normalizePath(path.expand(path), winslash, mustWork) :
path[1] = "xy": Access Denied
How can I change the path xy
in my RScript-File to another folder?
Thank you for your help
Cheers Lucas