clean: Clean

Description Usage Arguments Value Examples

View source: R/clean.R

Description

Coverts to lower case, removes punctuation and spaces Takes a string or a vector of strings

Usage

1
clean(x)

Arguments

x

string or a vector of strings that needs to be cleaned

Value

string or vector

Examples

1
x <- c("John, doe ", "first last  "); clean(x)

soodoku/goji documentation built on May 30, 2019, 6:29 a.m.