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. It should be used after the Extractor. It is used for columns where there is a lot of free text to extract. It really extracts and standardises the sentences.

ColumnCleanUp(dataframe, Column)

Arguments

dataframe

dataframe with column of interest

Column

column of interest

Examples

ii<-ColumnCleanUp(Myendo,"Findings")