read_variables | R Documentation |
Reads the specified variables from the SQLite database.
read_variables(path, variables, freq, prep_fun, aggr_funs, postp_funs)
path |
[mandatory] (character) Path to the root directory of the generated database. |
variables |
[mandatory] (character) A vector of variable names to read. |
freq |
[mandatory] (character) Specifies the frequency to aggregate the data. |
prep_fun |
[mandatory] (function) Function used for pre-processing. |
aggr_funs |
[mandatory] (function or list) Aggregation function(s). |
postp_funs |
[mandatory] (function or list) Post-processing function(s). |
A list of variables read from the database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.