cell_text_split {OpenRepGrid.ic} | R Documentation |
String splitter for comma separated values in Excel cell
Description
String splitter for comma separated values in Excel cell
Usage
cell_text_split(x)
Arguments
x |
String to be split |
Examples
cell_text_split("10, 20,30")
cell_text_split("; , 10 ,,, 20;30,,") # very robust
[Package OpenRepGrid.ic version 0.6.2 Index]