The working directory can be set in one of two ways -- (a) explicitly by the user by
passing a value using the parameter plot.dir in a function, or (b) by setting
the working directory globally as part of the r environment (gl.setwd). The default is in acccordance to CRAN set to tempdir().
Usage
gl.check.wd(wd = NULL, verbose = NULL)
Value
the working directory
Arguments
wd
path to the working directory [default: tempdir()].
verbose
Verbosity: 0, silent or fatal errors; 1, begin and end; 2,
progress log; 3, progress and results summary; 5, full report
[default 2, unless specified using gl.set.verbosity].