colSplit(column, col.sep = ".", name.sep = "&")
paste2
.colsplit2df
).Returns a dataframe of split columns.
Separates a paste2
column into separate columns.
## <strong>Not run</strong>: # foo1 <- paste2(CO2[, 1:3]) # head(foo1, 12) # bar1 <- colSplit(foo1) # head(bar1, 10) # # foo2 <- paste2(mtcars[, 1:3], sep="|") # head(foo2, 12) # bar2 <- colSplit(foo2, col.sep = "|") # head(bar2, 10) # ## <strong>End(Not run)</strong>
colsplit2df
,
paste2