Learn R Programming

moodef (version 1.2.0)

create_question_data_frame: Create a question data frame

Description

Creates an empty question data frame.

Usage

create_question_data_frame(extended = FALSE)

Value

A data frame.

Arguments

extended

A Boolean, use extended question definition.

See Also

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

Examples

Run this code

df <- create_question_data_frame()

Run the code above in your browser using DataLab