validate_file_names: Validate file names

View source: R/utilities.R

validate_file_namesR Documentation

Validate file names

Description

Identify whether input data file names exist in the specified directory.

Usage

validate_file_names(path, data.files)

Arguments

path

(character) A character string specifying a path to the dataset working directory.

data.files

A list of character strings specifying the names of the data files of your dataset.

Value

A warning message if the data files don't exist at path, and which of the input data files are missing.

The full names of files listed in the data.files argument.


EDIorg/emlAssemblyLine documentation built on Nov. 4, 2022, 11:59 p.m.