Skip to contents

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)