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)

ropensci/EndoMineR documentation built on March 14, 2023, 3:58 a.m.