create_question_csv {moodef} | R Documentation |
Create a question csv file
Description
Creates an empty question csv file.
Usage
create_question_csv(file, sep = ",")
Arguments
file |
A string, name of a text file. |
sep |
Column separator character. |
Value
A string.
See Also
Other support functions:
create_question_data_frame()
,
create_question_excel()
,
read_question_csv()
,
read_question_excel()
,
vector_to_string()
Examples
file <- create_question_csv(file = tempfile(fileext = '.csv'))
[Package moodef version 1.1.0 Index]