R.utils (version 0.5.5)

getAbsolutePath: Gets the absolute pathname string

Usage

## S3 method for class 'default}(pathname, workDirectory=getwd(), ...)':
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.}
 ...{Not used.}

Returns a character string of the absolute pathname.

[object Object]

*isAbsolutePath().



IO
programming

Arguments