getinitwd {this.path} | R Documentation |
getinitwd()
returns an absolute filepath representing the working
directory at the time of loading this package.
getinitwd()
initwd
character string, or NULL
if the initial working directory is not
available.
cat("\ninitial working directory:\n"); getinitwd()
cat("\ncurrent working directory:\n"); getwd()