# HG changeset patch # User davidvanzessen # Date 1442235830 14400 # Node ID 44fe81f39052f65e8f326980e181c4b7cc8fde64 # Parent 9fdcf6bfe024bc36b684b49ef33f6a11a7b6d44a Uploaded diff -r 9fdcf6bfe024 -r 44fe81f39052 RScript.r --- 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,]