Description Usage Arguments Value See Also Examples
Separates a paste2
column into separate columns.
1 | colSplit(column, col.sep = ".", name.sep = "&")
|
column |
The pasted vector. |
col.sep |
The column separator used in |
name.sep |
Name separator used in the column (generally for internal use
with |
Returns a dataframe of split columns.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.