getAbsolutePath | R Documentation |
Gets the absolute pathname string.
## Default S3 method:
getAbsolutePath(pathname, workDirectory=getwd(), expandTilde=FALSE, ...)
pathname |
A |
workDirectory |
A |
expandTilde |
If |
... |
Not used. |
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.
Returns a character
string of the absolute pathname.
Henrik Bengtsson
isAbsolutePath
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.