vector_to_string | R Documentation |
Insert the separator that we consider to later perform the reverse operation.
vector_to_string(vector)
vector |
A vector of strings. |
A string.
Other support functions:
create_question_csv()
,
create_question_data_frame()
,
create_question_excel()
,
read_question_csv()
,
read_question_excel()
s <- vector_to_string(c('Addition', '+'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.