Skip to content

Commit

Permalink
add some comments for future development
Browse files Browse the repository at this point in the history
  • Loading branch information
randrescastaneda committed May 8, 2024
1 parent ad8eeee commit 260e1b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,13 @@ check_match_type <- function(x, y, by,

cli::cli_inform("Duplicate counts in {.field x}:")
print(display_id_x)
# I would like to show the table with the duplicated values.
# Something like this:
# dt <- collapse::join(x, display_id_x,
# on = by,
# how = "inner",
# verbose = FALSE)
# dt[]
}

if (mte_y == TRUE) {
Expand Down

0 comments on commit 260e1b6

Please sign in to comment.