Search notes:

R: working directory

The working directory specifies the location where file operations (i.e. writing and reading) take place by default (that is: without specifying an absolute path).
The working directory is set with setwd() and queried with getwd(). The files in the working directory are returned by list.files().

Index