Learn R Programming

R.utils (version 0.5.5)

getWritablePathname.Arguments: 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.

synopsis

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

See Also

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