T_hss_overview_multi: Create overview table for 'select-multiple' questions

View source: R/T_hss_overview_multi.R

T_hss_overview_multiR Documentation

Create overview table for 'select-multiple' questions

Description

This creates overview tables for multiple questions that contain the same response options. For example when the same question is repeated for different events. This implementation is specifically for 'select-multiple' questions. For 'select-one' questions see T_hss_overview_single

Usage

T_hss_overview_multi(df, vars, percent = TRUE)

Arguments

df

The dataframe containing the questions.

vars

A commom character string that is shared between all relevant variables.

percent

Set to TRUE to display percentages, set to FALSE to display counts. Default is TRUE

Value

A dataframe with responses for the selected variables.


RenRMT/hsstools documentation built on April 14, 2025, 7:10 p.m.