Skip to content

Commit

Permalink
fix S3 mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 7, 2023
1 parent b7b8500 commit b36b657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/report_sample.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit b36b657

Please sign in to comment.