Learn R Programming

bexy (version 0.1.3)

.openFile.bexy: Function to open a file and generate error message if it was not found

Description

Function to open a file and generate error message if it was not found

Usage

.openFile.bexy(path, files, patterns)

Value

A file connection.

Arguments

path

A file path.

files

A vector of character strings corresponding to file names found in the path.

patterns

A vector of patterns to search for within 'files'.