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

.openFile.bexyR 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.


bexy documentation built on Sept. 11, 2024, 5:50 p.m.

Related to dot-openFile.bexy in bexy...