changeset 41:f7c07faaa3e8 draft

Uploaded
author davidvanzessen
date Mon, 14 Sep 2015 09:17:50 -0400
parents 44fe81f39052
children 7d4eda663c29
files RScript.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Mon Sep 14 09:03:50 2015 -0400
+++ b/RScript.r	Mon Sep 14 09:17:50 2015 -0400
@@ -245,7 +245,7 @@
         }
 				
       } else if (sum(match.filter) > 2){
-				cat(paste("Multiple matches found for", first.merge, "in", patient), file=logfile, append=T)
+				cat(paste("<tr><td>", "Multiple matches found for", first.merge, "in", patient, "</td></tr>", sep=""), file=logfile, append=T)
         patient.fuzzy = patient.fuzzy[-1,]
       } else {
         patient.fuzzy = patient.fuzzy[-1,]