cell_text_split | R Documentation |
String splitter for comma separated values in Excel cell
cell_text_split(x)
x |
String to be split |
cell_text_split("10, 20,30")
cell_text_split("; , 10 ,,, 20;30,,") # very robust
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.