text_to_list | R Documentation |
Convert Text Input to List
text_to_list(text_input)
text_input |
A text representation of a list. |
A list parsed from the input string.
# Create a named list
text_to_list("'one' = 1, 'two' = 2, 'three' = 3")
# Create a list of vectors
text_to_list("c('x1', 'x2'), c('x3', 'x4')")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.