| Arguments$getWritablePathname {R.utils} | R Documentation |
Gets a writable pathname
Description
Gets a writable pathname.
Usage
## Static method (use this):
## Arguments$getWritablePathname(..., mustExist=FALSE, mustNotExist=FALSE, mkdirs=TRUE,
## maxTries=5L)
## Don't use the below:
## S3 method for class 'Arguments'
getWritablePathname(static, ..., mustExist=FALSE, mustNotExist=FALSE, mkdirs=TRUE,
maxTries=5L)
Arguments
... |
Arguments passed to |
mustExist |
If |
mustNotExist |
If the file exists, and |
mkdirs |
If |
maxTries |
A positive |
Value
Returns a character string of the pathname of the file.
If the argument was invalid an Exception is thrown.
Missing values
If any argument in ... is NA, an exception is thrown.
Author(s)
Henrik Bengtsson
See Also
*getReadablePathname().
filePath.
mkdirs.
For more information see Arguments.