getAbsolutePath
From R.utils v1.32.4
by Henrik Bengtsson
Gets the absolute pathname string
Gets the absolute pathname string.
- Keywords
- programming, IO
Usage
## S3 method for class 'default':
getAbsolutePath(pathname, workDirectory=getwd(), expandTilde=FALSE, ...)
Arguments
Details
This method will replace replicated slashes ('/') with a single one, except for the double forward slashes prefixing a Microsoft Windows UNC (Universal Naming Convention) pathname.
Value
- Returns a
character
string of the absolute pathname.
See Also
Community examples
Looks like there are no examples yet.