split_force {pivotea} | R Documentation |
Split by force with "" when split is NULL
Description
Split by force with "" when split is NULL
Usage
split_force(df, split)
Arguments
df |
A dataframe. |
split |
A string or string vector. |
Value
A dataframe.
Examples
split_force(mtcars, split = NULL)
split_force(mtcars, split = c("cyl"))
[Package pivotea version 1.0.2 Index]