Skip to contents

Creates an empty question Excel file.

Usage

create_question_excel(file)

Arguments

file

A string, name of a text file.

Value

A string.

Examples


# \donttest{
file <- create_question_excel(file = tempfile(fileext = '.xlsx'))
# }