create_exercise_csv | R Documentation |
Creates an empty exercise csv file.
create_exercise_csv(file, sep = ",")
file |
A string, name of a text file. |
sep |
Column separator character. |
A string.
Other support functions:
create_exercise_data_frame()
,
create_exercise_excel()
,
read_exercise_csv()
,
read_exercise_excel()
,
set_pending_answers()
,
vector_to_string()
,
write_exercise_csv()
file <- create_exercise_csv(file = tempfile(fileext = '.csv'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.