tar_fetch_data | R Documentation |
This target factory is the main part of the tar_prep_iquizoo
function. It
fetches the raw data and scores for each project and task/game combination.
tar_fetch_data(
contents,
what = c("raw_data", "scores"),
templates = setup_templates(),
check_progress = TRUE
)
contents |
The contents structure used as the configuration of data fetching. |
what |
What to fetch. |
templates |
The SQL template files used to fetch data. See
|
check_progress |
Whether to check the progress hash. If set as |
A list of target objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.