Learn R Programming

pivotea (version 1.0.2)

split_force: Split by force with "" when split is NULL

Description

Split by force with "" when split is NULL

Usage

split_force(df, split)

Value

A dataframe.

Arguments

df

A dataframe.

split

A string or string vector.

Examples

Run this code
split_force(mtcars, split = NULL)
split_force(mtcars, split = c("cyl"))

Run the code above in your browser using DataLab