strsplitunnest: Split a string into multiple rows

View source: R/strsplitunnest.R

strsplitunnestR Documentation

Split a string into multiple rows

Description

Split a string into multiple rows

Usage

strsplitunnest(dataframe, columnname, separator = ",", affix = "_split")

Arguments

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.

Author(s)

Frederik Sachser


sachserf/fsf documentation built on June 7, 2024, 11 a.m.