checkFileExist {Rbowtie2}R Documentation

Check if file exists

Description

This is an internal function that is not meant to be used outside of the package. It determines whether a specific file exists at the end of the path given to the function.

Usage

checkFileExist(filePath, argname)

Arguments

filePath

Character scalar. Path to file of interest.

argname

Character scalar. Name of the argument passed.

Value

Stops the function if the file does not exist.

Author(s)

Zheng Wei


[Package Rbowtie2 version 2.0.0 Index]