checkFileExistence {shinyWGD} | R Documentation |
Check File Existence in a Data Table
Description
This function checks the existence of files specified in a data table.
Usage
checkFileExistence(data_table, working_wd)
Arguments
data_table |
A data table with file paths in columns V2 and V3. |
working_wd |
A path of the working directory |
Value
This function has no return value. It prints messages to the console.
[Package shinyWGD version 1.0.0 Index]