checkFileExist {Rbowtie2} | R Documentation |
This is an internal function that is not meant to be used outside of the package. It determines whether a specific file exists at the end of the path given to the function.
checkFileExist(filePath, argname)
filePath |
|
argname |
|
Stops the function if the file does not exist.
Zheng Wei