getAbsolutePath {R.utils} | R Documentation |
Gets the absolute pathname string.
## Default S3 method: getAbsolutePath(pathname, workDirectory=getwd(), expandTilde=FALSE, ...)
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. |
This method will replace replicated slashes ('/') with a single one.
Returns a character
string of the absolute pathname.
Henrik Bengtsson (http://www.braju.com/R/)