Forum Discussion
Anonymous
7 years agoNot applicable
how to set the working directory in R
Hello, I would like to set my working directory to a directory located on a server. The address look like this one: \\corporative\data\....\test I have tried the following script work_dir ...
- 6 years ago
Hi Anonymous ,
From the document, it says that when setting the working directory within the R script, you must define a full path to the working directory, rather than a relative path.
Please check if your path is correct.
Best Regards,
Cherry
v-piga-msft
6 years agoResident Rockstar
Hi Anonymous ,
From the document, it says that when setting the working directory within the R script, you must define a full path to the working directory, rather than a relative path.
Please check if your path is correct.
Best Regards,
Cherry