load_csv {DQAstats} | R Documentation |
Internal function to load the data from CSV files.
load_csv(rv, keys_to_test, headless = FALSE, system)
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 |
A list with data.tables for each unique CSV file as defined in the 'source_system_table' field of the MDR.