getReadablePathname.Arguments {R.utils} | R Documentation |
Gets a readable pathname.
Arguments$getReadablePathname(file=NULL, path=NULL, mustExist=TRUE, absolutePath=FALSE, ...)
file |
A character string specifying the file. |
path |
A character string specifying the path. |
mustExist |
If TRUE , the pathname must exists and be readable,
otherwise an exception is thrown. If FALSE , no such test is
performed. |
absolutePath |
If TRUE , the absolute pathname is returned. |
... |
Not used. |
Returns a character
string of the absolute pathname of the file.
Henrik Bengtsson (http://www.braju.com/R/)
*getWritablePathname()
filePath
.
For more information see Arguments
.