From 3d721b328aea9c9649a3256403036047e168aa43 Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Wed, 20 Nov 2024 18:18:27 -0800 Subject: [PATCH] doc update --- R/tbl_strata.R | 3 +-- man/tbl_strata.Rd | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/R/tbl_strata.R b/R/tbl_strata.R index 83341d23fb..ddfe5df062 100644 --- a/R/tbl_strata.R +++ b/R/tbl_strata.R @@ -85,8 +85,7 @@ #' modify_header(stat_0 = "**Rate (95% CI)**") |> #' modify_footnote(stat_0 = NA), #' .combine_with = "tbl_stack", -#' .combine_args = list(group_header = NULL), -#' .quiet = TRUE +#' .combine_args = list(group_header = NULL) #' ) |> #' modify_caption("**Response Rate by Grade**") NULL diff --git a/man/tbl_strata.Rd b/man/tbl_strata.Rd index 807b38950d..b5df493bf4 100644 --- a/man/tbl_strata.Rd +++ b/man/tbl_strata.Rd @@ -129,8 +129,7 @@ trial |> modify_header(stat_0 = "**Rate (95\% CI)**") |> modify_footnote(stat_0 = NA), .combine_with = "tbl_stack", - .combine_args = list(group_header = NULL), - .quiet = TRUE + .combine_args = list(group_header = NULL) ) |> modify_caption("**Response Rate by Grade**") }