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