read_question_csv: Read a question csv file

View source: R/support.R

read_question_csvR Documentation

Read a question csv file

Description

Reads a csv file of questions and returns a data frame.

Usage

read_question_csv(file, sep = ",")

Arguments

file

A string, name of a text file.

sep

Column separator character.

Value

A data frame.

See Also

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

Examples


file <- system.file("extdata", "questions.csv", package = "moodef")
df <- read_question_csv(file = file)


moodef documentation built on April 12, 2025, 1:42 a.m.