Vidyalelo
R Programming · Q92

Control Structures in R Programming

Programming · R Programming · question 92

Q92

Write the syntax to set the path of the current working directory in R environment?

A.
Setwd("dipath")
B.
Setwd(dir_path)
C.
Setwd("dir_path")
Answer
D.
Set("dir_path")

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board