Skip to contents

If an endoscopist column is part of the dataset once the extractor function has been used this cleans the endoscopist column from the report. It gets rid of titles It gets rid of common entries that are not needed. It should be used after the textPrep function

Usage

EndoscEndoscopist(EndoscopistColumn)

Arguments

EndoscopistColumn

The endoscopy text column

Value

This returns a character vector

See also

Other Endoscopy specific cleaning functions: EndoscInstrument(), EndoscMeds(), EndoscopyEvent()

Examples

Myendo$Endoscopist <- EndoscEndoscopist(Myendo$Endoscopist)