View source: R/sepMultiColumns.R
Takes a data frame with multiple columns to split and returns resulting frame
1 | separate_multi(.data, .cols, .suffix, .sep)
|
.data |
data frame with columns to split |
.cols |
columns to split |
.suffix |
suffix to add to each column name for expansion |
.sep |
separator string in .cols |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.