create_question_excel | R Documentation |
Creates an empty question Excel file.
create_question_excel(file, extended = FALSE)
file |
A string, name of a text file. |
extended |
A Boolean, use extended question definition. |
A string.
Other support functions:
create_question_csv()
,
create_question_data_frame()
,
read_question_csv()
,
read_question_excel()
,
vector_to_string()
file <- create_question_excel(file = tempfile(fileext = '.xlsx'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.