create_question_excel: Create a question Excel file

View source: R/support.R

create_question_excelR Documentation

Create a question Excel file

Description

Creates an empty question Excel file.

Usage

create_question_excel(file, extended = FALSE)

Arguments

file

A string, name of a text file.

extended

A Boolean, use extended question definition.

Value

A string.

See Also

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

Examples



file <- create_question_excel(file = tempfile(fileext = '.xlsx'))



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