Arguments$getWritablePathname | R Documentation |
Gets a writable pathname.
## 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 passed to |
mustExist |
If |
mustNotExist |
If the file exists, and |
mkdirs |
If |
maxTries |
A positive |
Returns a character
string of the pathname of the file.
If the argument was invalid an Exception
is thrown.
If any argument in ...
is NA
, an exception is thrown.
Henrik Bengtsson
*getReadablePathname()
.
filePath
.
mkdirs
.
For more information see Arguments
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.