Code unit responses with coding schemes
code_responses.Rd
Code unit responses with coding schemes
Usage
code_responses(
responses,
units,
prepare = FALSE,
overwrite = FALSE,
codes_manual = NULL,
missings = NULL
)
Arguments
- responses
Tibble. Response data retrieved from the IQB Testcenter with setting the argument
prepare = FALSE
forget_responses()
orread_responses()
.- units
Tibble. Unit data retrieved from the IQB Studio with
get_units()
.- prepare
Logical. Whether to unpack the coding results and to add information from the coding schemes.
- overwrite
Logical. Should column
unit_codes
be overwritten if they exist onunits
. Defaults toFALSE
, i.e.,unit_codes
will be used if they were added tounits
beforehand by applyingadd_coding_schemes()
.- codes_manual
Tibble (optional). Data frame holding the manual codes. Defaults to
NULL
and does only automatic coding.- missings
Tibble (optional). Provide missing meta data with
code_id
,code_status
,code_score
, andcode_type
. Defaults toNULL
and uses default scheme.This function automatically codes responses by using the
eatAutoCode
package. It is already prepared for the new data format of the responses received from theget_responses()
andread_responses()
routines. This function will soon be deleted and be part ofcode_responses()
.