.openFile.bexy {bexy}R Documentation

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)

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'.

Value

A file connection.


[Package bexy version 0.1.3 Index]