Answers for "Command to get the working directory in R is"

5

r set working directory

setwd("/Users/SampleUser/Desktop/R")
Posted by: Guest on May-24-2020
1

r get working directory

getwd()
Posted by: Guest on May-24-2020

Code answers related to "Command to get the working directory in R is"

Browse Popular Code Answers by Language