comparison RScript.r @ 41:f7c07faaa3e8 draft

Uploaded
author davidvanzessen
date Mon, 14 Sep 2015 09:17:50 -0400
parents 44fe81f39052
children 7d4eda663c29
comparison
equal deleted inserted replaced
40:44fe81f39052 41:f7c07faaa3e8
243 } else { 243 } else {
244 patient.fuzzy = patient.fuzzy[-1,] 244 patient.fuzzy = patient.fuzzy[-1,]
245 } 245 }
246 246
247 } else if (sum(match.filter) > 2){ 247 } else if (sum(match.filter) > 2){
248 cat(paste("Multiple matches found for", first.merge, "in", patient), file=logfile, append=T) 248 cat(paste("<tr><td>", "Multiple matches found for", first.merge, "in", patient, "</td></tr>", sep=""), file=logfile, append=T)
249 patient.fuzzy = patient.fuzzy[-1,] 249 patient.fuzzy = patient.fuzzy[-1,]
250 } else { 250 } else {
251 patient.fuzzy = patient.fuzzy[-1,] 251 patient.fuzzy = patient.fuzzy[-1,]
252 } 252 }
253 253