getReadablePathname.Arguments
From R.utils v1.19.3
by Henrik Bengtsson
Gets a readable pathname
Gets a readable pathname.
Usage
Arguments$getReadablePathname(file=NULL, path=NULL, mustExist=TRUE, absolutePath=FALSE, ...)
Arguments
Value
- Returns a
character
string of the absolute pathname of the file.
synopsis
getReadablePathname.Arguments(static, file=NULL, path=NULL, mustExist=TRUE, absolutePath=FALSE, ...)
Missing values
If file
or path
is NA
and mustExist
is FALSE
,
then (character) NA
is returned, otherwise an exception is thrown.
See Also
*getWritablePathname()
filePath
.
For more information see Arguments
.
Community examples
Looks like there are no examples yet.