View source: R/format_questions.R
get_vector_answer | R Documentation |
Converts an answer string into a vector using string_to_vector
.
If the input is NULL
, it returns an empty string.
get_vector_answer(answer)
answer |
A character string representing the answer. |
A vector if the answer is successfully converted, or an empty string if the answer is NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.