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