Arguments$getReadablePathname
From R.utils v1.32.4
by Henrik Bengtsson
Gets a readable pathname
Gets a readable pathname.
Usage
## Static method (use this):
## Arguments$getReadablePathname(file=NULL, path=NULL, mustExist=TRUE,
## absolutePath=FALSE, adjust=c("none", "url"), ...)## Don't use the below:
## S3 method for class 'Arguments':
getReadablePathname(static, file=NULL, path=NULL, mustExist=TRUE, absolutePath=FALSE,
adjust=c("none", "url"), ...)
Arguments
Value
- Returns a
character
string of the absolute pathname of the file.
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.