Skip to content

Commit c7cf6bf

Browse files
committed
Update ard_tabulate.R
1 parent e223d3b commit c7cf6bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/ard_tabulate.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,14 @@ ard_tabulate.data.frame <- function(data,
9595
by = dplyr::group_vars(data),
9696
strata = NULL,
9797
statistic = everything() ~ c("n", "p", "N"),
98-
# denominator = "column",
98+
denominator = "column",
9999
fmt_fun = NULL,
100100
stat_label = everything() ~ default_stat_labels(),
101101
fmt_fn = deprecated(),
102102
...) {
103103
set_cli_abort_call()
104104
check_dots_used()
105+
lifecycle::deprecate_warn("TESTING A BREAKING CHANGE")
105106

106107
# deprecated args ------------------------------------------------------------
107108
if (lifecycle::is_present(fmt_fn)) {

0 commit comments

Comments
 (0)