dot-check_files: .check_files

.check_filesR Documentation

.check_files

Description

.check_files

Usage

.check_files(x)

Arguments

x

file path(s) of the transducers

Details

This function checks the input to be read to see if files exist and the format is correct.

Value

error for invalid inputs

Examples

.check_files(NULL)
.check_files(as.character(rnorm(1)))
.check_files(rnorm(1))

jkennel/transducer documentation built on Feb. 1, 2024, 9:45 a.m.