Skip to content

Commit

Permalink
doc: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Oct 7, 2024
1 parent 73dac82 commit 3867736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/duplicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @examples
#' dt <- data.table::data.table(a = c(1, 2, 3), b = c(3, 2, 2))
#' has_dt_duplicated_rows(dt, "b")
#' @return logical flag
#' @return logical flag indicating if a dt contains duplicated rows or not
#' @keywords duplicates
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/has_dt_duplicated_rows.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3867736

Please sign in to comment.