Search notes:
R function: setwd
setwd("c:/temp") getwd() # # [1] "c:/temp" #
Github repository
about-r
, path:
/functions/setwd.R
See also
getwd()
Index to (some) R functions
R: working directory
In a way,
setwd()
is comparable to the
shell built-in
cd
.
Index