dot-split_fix_names: Split names by delim character

.split_fix_namesR Documentation

Split names by delim character

Description

Split names by delim character

Usage

.split_fix_names(df, delim = ":", split_item = 1, remove_space = TRUE)

Arguments

df

a data.frame

delim

character to split names by

split_item

index of split string to keep

remove_space

should whitespace be replaced with "_" default: TRUE

Value

vector of names


lefeverde/lefutils documentation built on May 19, 2023, 4 p.m.