changeset 47:2cf89b865202 draft

Uploaded
author davidvanzessen
date Thu, 17 Sep 2015 11:01:20 -0400
parents bec38379cf69
children 1b5b862b055b
files RScript.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Thu Sep 17 10:59:08 2015 -0400
+++ b/RScript.r	Thu Sep 17 11:01:20 2015 -0400
@@ -250,7 +250,7 @@
         }
 				
       } else if (sum(match.filter) > 1){
-				cat(paste("<tr><td>", "Multiple matches (", sum(match.filter), ") found for", first.merge, "in", patient"</td></tr>", sep=" "), file=logfile, append=T)
+				cat(paste("<tr><td>", "Multiple matches (", sum(match.filter), ") found for", first.merge, "in", patient, "</td></tr>", sep=" "), file=logfile, append=T)
         patient.fuzzy = patient.fuzzy[-1,]
       } else {
         patient.fuzzy = patient.fuzzy[-1,]