powered by
Creates an empty question csv file.
create_question_csv(file, sep = ",", extended = FALSE)
A string.
A string, name of a text file.
Column separator character.
A Boolean, use extended question definition.
Other support functions: create_question_data_frame(), create_question_excel(), read_question_csv(), read_question_excel(), vector_to_string()
create_question_data_frame()
create_question_excel()
read_question_csv()
read_question_excel()
vector_to_string()
file <- create_question_csv(file = tempfile(fileext = '.csv'))
Run the code above in your browser using DataLab