Learn R Programming

moodef (version 1.2.0)

create_question_csv: Create a question csv file

Description

Creates an empty question csv file.

Usage

create_question_csv(file, sep = ",", extended = FALSE)

Value

A string.

Arguments

file

A string, name of a text file.

sep

Column separator character.

extended

A Boolean, use extended question definition.

See Also

Other support functions: create_question_data_frame(), create_question_excel(), read_question_csv(), read_question_excel(), vector_to_string()

Examples

Run this code

file <- create_question_csv(file = tempfile(fileext = '.csv'))

Run the code above in your browser using DataLab