Reads the specified variables from the SQLite database.
read_variables(path, variables, freq, prep_fun, aggr_funs, postp_funs)
A list of variables read from the database.
[mandatory] (character) Path to the root directory of the generated database.
[mandatory] (character) A vector of variable names to read.
[mandatory] (character) Specifies the frequency to aggregate the data.
[mandatory] (function) Function used for pre-processing.
[mandatory] (function or list) Aggregation function(s).
[mandatory] (function or list) Post-processing function(s).