checkFileCreateable {Rbowtie2} | R Documentation |
This is an internal function that is not meant to be used outside of the package. It determines whether the file at the end of the path can be created.
checkFileCreatable(filePath, argname, overwrite)
filePath |
|
argname |
|
overwrite |
|
Indicates whether the file can be created at the path given.
Zheng Wei