changeset 40:44fe81f39052 draft

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