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

View source: R/pivot.R

split_forceR 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"))


pivotea documentation built on Sept. 11, 2024, 5:22 p.m.