I am trying to run the following R script in windows shell:
Rscript C:/Documents/Folder name containing space/myscript.txt
In this case I g
Another convenient workaround was to create an alias for the portion of the path which contains spaces, i.e.:
SUBST k: "c:\Folder with Spaces" rscript k:\scripts\program.R