We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e223d3b commit c7cf6bfCopy full SHA for c7cf6bf
R/ard_tabulate.R
@@ -95,13 +95,14 @@ ard_tabulate.data.frame <- function(data,
95
by = dplyr::group_vars(data),
96
strata = NULL,
97
statistic = everything() ~ c("n", "p", "N"),
98
- # denominator = "column",
+ denominator = "column",
99
fmt_fun = NULL,
100
stat_label = everything() ~ default_stat_labels(),
101
fmt_fn = deprecated(),
102
...) {
103
set_cli_abort_call()
104
check_dots_used()
105
+ lifecycle::deprecate_warn("TESTING A BREAKING CHANGE")
106
107
# deprecated args ------------------------------------------------------------
108
if (lifecycle::is_present(fmt_fn)) {
0 commit comments