Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 <-"\\corporative\data\....\test"
setwd(work_dir)
I receive this error:
Solved! Go to Solution.
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
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 99 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |