Split (separate) data frame column into rows by using R

When you have a data frame with a column content grouped by a delimiter, you might want to split that into rows by using R. Not so frequent activity as splitting column into multiple columns by separator.

Exit mobile version