Write the syntax to set the path for current working directory in r environment?
Answer Posted / Meenakshi Yadav
The syntax to set the path for the current working directory in R environment is as follows: `setwd("path")`, where 'path' is the desired directory path.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers