Learn R Programming

superFreq (version 1.2.3)

requireFileExists: 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)

Arguments

Details

Internal method to give approapriate errors for missing files.

Examples

Run this code
# NOT RUN {
requireFileExists('a/path/to/a/file.txt')
# }

Run the code above in your browser using DataLab