From b36b65723eedaaea665997d70ebc6a6b7d646b01 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Dec 2023 08:58:14 +0100 Subject: [PATCH] fix S3 mismatch --- R/report_sample.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/report_sample.R b/R/report_sample.R index b1018f26..8518e61b 100644 --- a/R/report_sample.R +++ b/R/report_sample.R @@ -277,7 +277,7 @@ report_sample <- function(data, # create a "table row", i.e. a summary from a variable ------------------------ -.report_sample_row <- function(x, digits = 1, ...) { +.report_sample_row <- function(x, ...) { UseMethod(".report_sample_row") }