Skip to contents

A collection of functions to help you build targets.

use_targets_pipeline()
Create standard data fetching targets pipeline script
tar_prep_iquizoo()
Generate a set of targets for pre-processing of iQuizoo data
tar_fetch_users()
Generate a set of targets for fetching user information
tar_fetch_data()
Generate a set of targets for fetching data
tar_prep_raw()
Generate a set of targets for wrangling and pre-processing raw data
tar_prep_hash()
Generate a set of targets for fetching progress hash

Low-level Database operations

Functions to help you interact with database.

fetch_iquizoo()
Fetch result of query from iQuizoo database
fetch_iquizoo_mem()
Memoised version of fetch_iquizoo()
fetch_data()
Fetch data from iQuizoo database
parse_data()
Parse Raw Data

Miscellaneous Option Functions

Functions to help you set up options.

setup_templates()
Set up templates used to fetch data
setup_source()
Set data source
setup_option_file()
Setup MySQL database connection option file
check_source()
Check if the database based on the given data source is ready
get_users_props_names()
Get the names of the user properties.