checkFileExist: checkFileExist Taken from previous project, AQE

Description Usage Arguments Examples

Description

The checkFileExist function checks to see if the filename requested is already existing in the directory. If it is, prompt the user if they would like to overwrite. If no, then stop the running functions.

Details.

Usage

1

Arguments

file

The filepath of the file of interest in the form of a character vector.

Examples

1
2
filepath <- "data/sampleref.fasta"
checkFileExist(filepath)

judyheewonlee/ScoreVisualizer documentation built on May 31, 2019, 5:20 p.m.