unitsplit: splits a data.frame or vector of strings with form 'variable...

View source: R/unitsplit.R

unitsplitR Documentation

splits a data.frame or vector of strings with form 'variable (unit)' into a data.frame with variable and unit separated

Description

splits a data.frame or vector of strings with form 'variable (unit)' into a data.frame with variable and unit separated

Usage

unitsplit(x, col = "variable")

Arguments

x

data.frame or vector of strings

col

column name. Default: variable

Author(s)

Jan Philipp Dietrich, Mika Pflüger, Oliver Richters

See Also

Other Utility: replace_non_finite(), unitjoin()


magclass documentation built on April 17, 2026, 5:07 p.m.