create_question_data_frame: Create a question data frame

View source: R/support.R

create_question_data_frameR Documentation

Create a question data frame

Description

Creates an empty question data frame.

Usage

create_question_data_frame(extended = FALSE)

Arguments

extended

A Boolean, use extended question definition.

Value

A data frame.

See Also

Other support functions: create_question_csv(), create_question_excel(), read_question_csv(), read_question_excel(), vector_to_string()

Examples


df <- create_question_data_frame()


moodef documentation built on April 12, 2025, 1:42 a.m.