string_to_string_vector | R Documentation |
Converts a string into a string-formatted vector (e.g., "a<|>b<|>c"
-> c("a", "b", "c")
).
string_to_string_vector(str)
str |
|
A string representing a vector in R syntax (e.g., c("a", "b", "c")
), or "\"\""
if the input string is empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.