R.utils (version 1.1.1)

getAbsolutePath: Gets the absolute pathname string

Usage

## S3 method for class 'default}(pathname, workDirectory=getwd(), expandTilde=FALSE, ...)':
getAbsolutePathundefined

Gets the absolute pathname string.

pathname{A character string of the pathname to be converted into
   an absolute pathname.}
 workDirectory{A character string of the current working directory.}
 expandTilde{If TRUE, tilde (~) is expanded to the
   corresponding directory, otherwise not.}
 ...{Not used.}

Returns a character string of the absolute pathname.

This method will replace replicated slashes ('/') with a single one.
[object Object] isAbsolutePath(). IO programming

Arguments