apply_comma_string_to_list | R Documentation |
Facilitates arg-parsing at the command line.
apply_comma_string_to_list(lst)
lst |
[list] a list of (potentially) atomic vectors |
[list] a list with atomic elements converted to comma-separated strings
apply_comma_string_to_list(list(1:5, c("a")))
[[1]]
[1] "1,2,3,4,5"
[[2]]
[1] "a"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.