checkForFileInPath {GeneRegionScan} | R Documentation |
Internal function used to check for files in path.
checkForFileInPath(filenames)
filenames |
A character vector of filenames to check for - c("xxxx.exe","xxxx") for example |
This function is not meant to be called by the user so it is not in the namespace.
A character vector with the expanded paths and filenames to the found files.
Lasse Folkersen
GeneRegionScan:::checkForFileInPath(c("python","python.exe"))