# HG changeset patch # User davidvanzessen # Date 1442501948 14400 # Node ID bec38379cf69081be0e932fb17312fb081728f16 # Parent 570fef3d876fa7ee630edd971810691858a4408f Uploaded diff -r 570fef3d876f -r bec38379cf69 RScript.r --- a/RScript.r Wed Sep 16 05:31:09 2015 -0400 +++ b/RScript.r Thu Sep 17 10:59:08 2015 -0400 @@ -249,8 +249,8 @@ patient.fuzzy = patient.fuzzy[-1,] } - } else if (sum(match.filter) > 2){ - cat(paste("", "Multiple matches found for", first.merge, "in", patient, "", sep=""), file=logfile, append=T) + } else if (sum(match.filter) > 1){ + cat(paste("", "Multiple matches (", sum(match.filter), ") found for", first.merge, "in", patient"", sep=" "), file=logfile, append=T) patient.fuzzy = patient.fuzzy[-1,] } else { patient.fuzzy = patient.fuzzy[-1,]