The goal of preproc.iquizoo is to provide pre-processing functions for IQUIZOO original data.
Background
IQUIZOO is now a developing company shipped with a bunch of games assessing psychological constructs. The original data from these games have various formats, and this package tries to provide data preprocessing APIs for them.
Installation
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("psychelzh/preproc.iquizoo@develop")
Or you can install the stable version from r-universe with:
install.packages("preproc.iquizoo", repos = c(getOption("repos"), "https://psychelzh.r-universe.dev"))
Usage
This package is best used in company with tarflow.iquizoo package. Read the documentation there.