setwd - Set and print the working directory
setwd
# get the current working directory getwd() # let us set a new working directory setwd("~/Desktop") # check the working directory again getwd()