ds_mc_check: Function to identify incorrect Multiple Choice input data

View source: R/ds_mc_check.R

ds_mc_checkR Documentation

Function to identify incorrect Multiple Choice input data

Description

Function to identify incorrect Multiple Choice input data

Usage

ds_mc_check(input, mode = c("rad", "act"))

Arguments

input

The input data to be checked

mode

Do you want to use a radical ("rad") correction mode or active ("act") allocations?

Value

A list with the original input and the converted input

Examples

ds_mc_check(singaporean)
ds_mc_check(bad_coded)

dualScale documentation built on Nov. 9, 2023, 9:07 a.m.