View source: R/strsplitunnest.R
strsplitunnest | R Documentation |
Split a string into multiple rows
strsplitunnest(dataframe, columnname, separator = ",", affix = "_split")
dataframe |
Object of class "data.frame" or tibble. |
columnname |
Character. Name of the column containing a string for splitting. |
separator |
Character. Specify the separator that should be used to split the string. |
affix |
Character. Specify affix for the new column. |
Frederik Sachser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.