From d301ff8e755d86bf645a904586896a3d482e23e4 Mon Sep 17 00:00:00 2001 From: Arkadiusz Gladki Date: Mon, 7 Oct 2024 15:57:18 +0200 Subject: [PATCH] doc: update docs --- R/duplicates.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/duplicates.R b/R/duplicates.R index a4c57774..bacb3f25 100644 --- a/R/duplicates.R +++ b/R/duplicates.R @@ -145,7 +145,6 @@ get_assay_dt_duplicated_rows <- function(dt, output = "index") { #' The message function can be customized with `msg_f` parameter #' #' @param dt data.table with assay data -#' @param assay_name string with the assay name #' @param assay_name string with the name of the assay #' @param msg_f function to be used to throw the message #' @param preview_max_numb number of rows to preview if duplicates found