CleverClean: Returns a long preprocessed string from a vector of strings,...

Description Usage Arguments Value Examples

View source: R/CleverClean.R

Description

Returns a long preprocessed string from a vector of strings, converts them to lower case and removes punctuation and digits

Usage

1

Arguments

text

A list of strings that need to be pre-processed.

Value

prepro_text A character vector that cleans and stores all the inputs from text

Examples

1
2
text <- list("hello world," , "welcome")
CleverClean(text)

UBC-MDS/clevercloudr documentation built on Feb. 7, 2022, 9:11 a.m.