-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
54 lines (37 loc) · 2.03 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# preproc.iquizoo
<!-- badges: start -->
[![R-CMD-check](https://github.com/psychelzh/preproc.iquizoo/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/psychelzh/preproc.iquizoo/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/psychelzh/preproc.iquizoo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/psychelzh/preproc.iquizoo?branch=main)
[![lint](https://github.com/psychelzh/preproc.iquizoo/workflows/lint/badge.svg)](https://github.com/psychelzh/preproc.iquizoo/actions)
<!-- badges: end -->
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](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("psychelzh/preproc.iquizoo@develop")
```
Or you can install the stable version from [r-universe](https://psychelzh.r-universe.dev/) with:
``` r
install.packages("preproc.iquizoo", repos = c(getOption("repos"), "https://psychelzh.r-universe.dev"))
```
## Usage
This package is best used in company with [tarflow.iquizoo](https://github.com/psychelzh/tarflow.iquizoo) package. Read the [documentation](https://psychelzh.github.io/tarflow.iquizoo/) there.
## Advanced
To deal with the various formats of datasets, each function accepts two special input arguments:
* `.input`: the input variable names used in the `data.frame` typed data.
* `.extra`: some special values for certain variable. For example, the value used to indicate `"congruent"` type stimuli.