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

Examples

ii<-ColumnCleanUp(Myendo$Findings)