load_csv {DQAstats} | R Documentation |
load_csv helper function
Description
Internal function to load the data from CSV files.
Usage
load_csv(rv, keys_to_test, headless = FALSE, system)
Arguments
rv |
A list object. Internal list simulating Shiny's 'reactive values'. |
keys_to_test |
A vector containing the names (keys) of the variables to test. |
headless |
A boolean (default: FALSE). Indicating, if the function is run only in the console (headless = TRUE) or on a GUI frontend (headless = FALSE). |
system |
The system object rv$system |
Value
A list with data.tables for each unique CSV file as defined in the 'source_system_table' field of the MDR.
[Package DQAstats version 0.3.5 Index]