This cleans Instument column from the report assuming such a column exists (where instrument usually refers to the endoscope number being used. It gets rid of common entries that are not needed. It should be used after the Extractor and the optional NewLines has been used.
EndoscInstrument(dataframe, InstrumentColumn)
dataframe | dataframe with column of interest |
---|---|
InstrumentColumn | column of interest |
dd<-EndoscInstrument(Myendo,'Instrument')