powered by
Split by force with "" when split is NULL
split_force(df, split)
A dataframe.
A string or string vector.
split_force(mtcars, split = NULL) split_force(mtcars, split = c("cyl"))
Run the code above in your browser using DataLab