checkForFileInPath {GeneRegionScan}R Documentation

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

Details

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

Value

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

Author(s)

Lasse Folkersen

See Also

plotOnGene

Examples


	
	GeneRegionScan:::checkForFileInPath(c("python","python.exe"))
	

[Package GeneRegionScan version 1.42.0 Index]