Skip to content

Commit

Permalink
doc: fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Oct 9, 2024
1 parent 50bd9f3 commit e44dc84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/duplicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ get_assay_dt_duplicated_rows <- function(dt, output = "index") {
#' @examples
#' sdata <- get_synthetic_data("finalMAE_small")
#' smetrics_data <- convert_se_assay_to_dt(sdata[[1]], "Metrics")
#' throw_msg_if_duplicates(smetrics_data, assay_name = "Metrics")
#' throw_msg_if_duplicates(smetrics_data, assay_name = "Metrics", msg_f = futile.logger::flog.info)
#' @return NULL
#' @keywords duplicates
Expand Down

0 comments on commit e44dc84

Please sign in to comment.