From cb2226d3d2792682256777471e37be6b7d2dc6ca Mon Sep 17 00:00:00 2001 From: Arek Gladki <41166437+gladkia@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:12:29 +0200 Subject: [PATCH] Update R/duplicates.R Co-authored-by: Bartek <32614650+bczech@users.noreply.github.com> --- R/duplicates.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/duplicates.R b/R/duplicates.R index c9543a27..58a1bd3f 100644 --- a/R/duplicates.R +++ b/R/duplicates.R @@ -219,7 +219,7 @@ notify_if_duplicates <- function(dt, by = "email", assay_name = "unknown", previ NROW(dup_dt), NROW(dt), assay_name) - msg2 <- sprintf(" when checking uniquness with the following set of columns: '%s'. ", + msg2 <- sprintf(" when checking uniqueness with the following set of columns: '%s'. ", toString(get_assay_req_uniq_cols(dt))) msg3 <- sprintf("Here is the preview of the first %i duplicated rows in JSON format: '%s'", preview_numb,