read_question_csv | R Documentation |
Reads a csv file of questions and returns a data frame.
read_question_csv(file, sep = ",")
file |
A string, name of a text file. |
sep |
Column separator character. |
A data frame.
Other support functions:
create_question_csv()
,
create_question_data_frame()
,
create_question_excel()
,
read_question_excel()
,
vector_to_string()
file <- system.file("extdata", "questions.csv", package = "moodef")
df <- read_question_csv(file = file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.