Beginner
R
Q35 / 100
What is the working directory in R and which function returns it?
Correct! Well done.
Incorrect.
The correct answer is B) getwd()
B
Correct Answer
getwd()
Explanation
getwd() returns the current working directory path; setwd() changes it.
Progress
35/100