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 it used as part of the Extractor function It can be used as part of the other functions or as a way of providing a 'positive diagnosis only' type output (see HistolDx)

ColumnCleanUpAll(dataframe)

Arguments

dataframe

dataframe with column of interest

Examples

jj<-lapply(Myendo, ColumnCleanUpAll)