comparison RScript.r @ 47:2cf89b865202 draft

Uploaded
author davidvanzessen
date Thu, 17 Sep 2015 11:01:20 -0400
parents bec38379cf69
children 1b5b862b055b
comparison
equal deleted inserted replaced
46:bec38379cf69 47:2cf89b865202
248 } else { 248 } else {
249 patient.fuzzy = patient.fuzzy[-1,] 249 patient.fuzzy = patient.fuzzy[-1,]
250 } 250 }
251 251
252 } else if (sum(match.filter) > 1){ 252 } else if (sum(match.filter) > 1){
253 cat(paste("<tr><td>", "Multiple matches (", sum(match.filter), ") found for", first.merge, "in", patient"</td></tr>", sep=" "), file=logfile, append=T) 253 cat(paste("<tr><td>", "Multiple matches (", sum(match.filter), ") found for", first.merge, "in", patient, "</td></tr>", sep=" "), file=logfile, append=T)
254 patient.fuzzy = patient.fuzzy[-1,] 254 patient.fuzzy = patient.fuzzy[-1,]
255 } else { 255 } else {
256 patient.fuzzy = patient.fuzzy[-1,] 256 patient.fuzzy = patient.fuzzy[-1,]
257 } 257 }
258 258