getWritablePathname.Arguments {R.utils}R Documentation

Gets a writable pathname

Description

Gets a writable pathname.

Usage

Arguments$getWritablePathname(..., overwrite=FALSE, mkdirs=TRUE)

Arguments

... 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.

Value

Returns a character string of the absolute pathname of the file. If the argument was invalid an Exception is thrown.

Author(s)

Henrik Bengtsson http://www.braju.com/R/

See Also

*getReadablePathname(). filePath. mkdirs. For more information see Arguments.


[Package R.utils version 0.5.5 Index]