long_to_wide_mcq: Reshape MCQ data long to wide

View source: R/utils.R

long_to_wide_mcqR Documentation

Reshape MCQ data long to wide

Description

Reshape MCQ data long to wide

Usage

long_to_wide_mcq(dat, q_col = "questionid", ans_col = "response")

Arguments

dat

Long format MCQ

q_col

Name of the question column (default is "questionid")

ans_col

Name of the answer column (defualt is "response")

Value

Wide format data frame


beezdiscounting documentation built on April 4, 2025, 4:44 a.m.