Skip to contents

This creates a column of Paris grade for all samples where this is mentioned.

Usage

BarrettsParisEMR(Column, Column2)

Arguments

Column

Endoscopy report field of interest as a string vector

Column2

Another endoscopy report field of interest as a string vector

Value

a string vector

See also

Examples

# 
Myendo$EMR<-BarrettsParisEMR(Myendo$ProcedurePerformed,Myendo$Findings)