It is envisaged that different users will start at different points of their data preparation. THis section is intended to explain the fake data I have created so the type of data used for the examples can be better understood.
There are several data files used. These are detailed below
This has been extracted using the Extractor method as follows from the raw text within Mypath:
mywords <- c("OGDReportWhole","HospitalNumber","PatientName",
"GeneralPractitioner","Dateofprocedure","Endoscopist",
"Secondendoscopist","Medications","Instrument","ExtentofExam",
"Indications","ProcedurePerformed","Findings")
Extractor(TheOGDReportFinal,"OGDReportWhole",mywords)
This has been extracted using the Extractor method as follows from the raw text within Mypath:
mywords<-c("HospitalNumber","PatientName","DOB","GeneralPractitioner",
"Dateofprocedure","ClinicalDetails","Macroscopicdescription",
"Histology","Diagnosis")
Extractor(PathDataFrameFinal,"PathReportWhole",mywords)
The original dataset has also been added as “PathReportWhole”,