getWritablePathname.Arguments {R.utils} | R Documentation |
Gets a writable pathname.
Arguments$getWritablePathname(..., overwrite=FALSE, mkdirs=TRUE)
... |
Arguments passed to *getReadablePathname() . |
overwrite |
If TRUE and overwrite is TRUE , existing
files are overwritten. Otherwise, and Exception is thrown. |
mkdirs |
If TRUE , overwrite is TRUE , and the path to
the file does not exist, it is (recursively) created. |
Returns a character
string of the absolute pathname of the file.
If the argument was invalid an Exception
is thrown.
Henrik Bengtsson http://www.braju.com/R/
*getReadablePathname()
.
filePath
.
mkdirs
.
For more information see Arguments
.