Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jun 13, 2024
1 parent 6398b8a commit af2057d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/ard_categorical.survey.design.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#' @param by ([`tidy-select`][dplyr::dplyr_tidy_select])\cr
#' results are calculated for **all combinations** of the column specified
#' and the variables. A single column may be specified.
#' @param denominator (`string`)\cr
#' a string indicating the type proportions to calculate. Must be one of
#' `"column"` (the default), `"row"`, and `"cell"`.
#' @param statistic ([`formula-list-selector`][syntax])\cr
#' a named list, a list of formulas,
#' or a single formula where the list element is a character vector of
Expand Down Expand Up @@ -398,7 +401,7 @@ case_switch <- function(..., .default = NULL) {
#' @keywords internal
#'
#' @examples
#' ard <- ard_categorical(ADSL, by = "ARM", variables = "AGEGR1")
#' ard <- ard_categorical(cards::ADSL, by = "ARM", variables = "AGEGR1")
#'
#' cards:::.process_nested_list_as_df(ard, NULL, "new_col")
.process_nested_list_as_df <- function(x, arg, new_column, unlist = FALSE) {
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ quosures
rlang's
sd
strat
unlist
unnests
vif
wald
waldcc
Expand Down

0 comments on commit af2057d

Please sign in to comment.