setwd()
   get_help() docs


Description

The setwd() function comes with R and is part of the Base R {base} package.

We use this function to set the working directory for an R session.

Conceptual Usage

setwd("path/to/desired/working/directory")