setup_templates | R Documentation |
If you want to extract data based on your own parameters, you should use this function to set up your own SQL templates. Note that the SQL queries should be parameterized.
setup_templates(
contents = NULL,
users = NULL,
raw_data = NULL,
scores = NULL,
progress_hash = NULL
)
contents |
The SQL template file used to fetch contents. At least
|
users |
The SQL template file used to fetch users. Usually you don't need to change this. |
raw_data |
The SQL template file used to fetch raw data. See
|
scores |
The SQL template file used to fetch scores. See |
progress_hash |
The SQL template file used to fetch progress hash. Usually you don't need to change this. |
A S3 object of class tarflow.template
with the options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.