requireFileExists: checks if a file exists, and creates an error if it doesnt.

View source: R/analyse.R

requireFileExistsR Documentation

checks if a file exists, and creates an error if it doesnt.

Description

checks if a file exists, and creates an error if it doesnt.

Usage

requireFileExists(file)

Details

Internal method to give approapriate errors for missing files.

Examples

requireFileExists('a/path/to/a/file.txt')

ChristofferFlensburg/superFreq documentation built on Nov. 15, 2023, 6:15 a.m.