setwd() get_help() docs
setwd()
get_help()
The setwd() function comes with R and is part of the Base R {base} package.
R
{base}
We use this function to set the working directory for an R session.
setwd("path/to/desired/working/directory")