Skip to content

Commit

Permalink
Update R/duplicates.R
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek <[email protected]>
  • Loading branch information
gladkia and bczech authored Oct 18, 2024
1 parent 979ce60 commit cb2226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/duplicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb2226d

Please sign in to comment.