text_clean.whitespace: text_clean.whitespace

Description Usage Arguments Examples

View source: R/text_clean.whitespace.R

Description

Cleans double whitespaces and whitespace at the beginning or end of string.

Usage

1

Arguments

vec

character string or vector of character strings

Examples

1
2
3
test<-c("te    st"," test ")
test
text_clean.whitespace(test)

senickel/sebstoolkit2 documentation built on May 26, 2019, 4:30 a.m.