checkForFileInPath: Check For File In Path

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/creationFunctions.R

Description

Internal function used to check for files in path.

Usage

1
    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

1
2
3
	
	GeneRegionScan:::checkForFileInPath(c("python","python.exe"))
	

GeneRegionScan documentation built on Nov. 8, 2020, 8:28 p.m.