Learn R Programming

GeneRegionScan (version 1.28.0)

checkForFileInPath: Check For File In Path

Description

Internal function used to check for files in path.

Usage

checkForFileInPath(filenames)

Arguments

filenames
A character vector of filenames to check for - c("xxxx.exe","xxxx") for example

Value

  • A character vector with the expanded paths and filenames to the found files.

Details

This function is not meant to be called by the user so it is not in the namespace.

See Also

plotOnGene

Examples

Run this code
GeneRegionScan:::checkForFileInPath(c("python","python.exe"))

Run the code above in your browser using DataLab