vector_to_string | R Documentation |
Insert the separator ("<|>") to later facilitate the reverse operation.
vector_to_string(vector)
vector |
A vector of strings. |
A string.
Other support functions:
create_exercise_csv()
,
create_exercise_data_frame()
,
create_exercise_excel()
,
read_exercise_csv()
,
read_exercise_excel()
,
set_pending_answers()
,
write_exercise_csv()
s <- vector_to_string(c('Addition', '+'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.