ColumnCleanUp: Tidy up messy columns

View source: R/Basic_CleanUp.R

ColumnCleanUpR Documentation

Tidy up messy columns

Description

This does a general clean up of whitespace, semi-colons,full stops at the start of lines and converts end sentence full stops to new lines.

Usage

ColumnCleanUp(vector)

Arguments

vector

column of interest

Value

This returns a character vector

See Also

Other NLP - Text Cleaning and Extraction: DictionaryInPlaceReplace(), Extractor(), NegativeRemoveWrapper(), NegativeRemove(), textPrep()

Examples

ii<-ColumnCleanUp(Myendo$Findings)

sebastiz/EndoMineR documentation built on Dec. 4, 2022, 7:04 p.m.