Description Usage Arguments Value Examples
This is a wrapper for stringr::str_split()
1 | split_list_str(list_str, pattern = ",")
|
list_str |
A string object |
list
1 2 | split_list_str('a,b,c')
split_list_str('a;b;c', ';')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.