Skip to content

Commit 7521d0b

Browse files
committed
update man and cardinal.R
1 parent f08f6e3 commit 7521d0b

5 files changed

+14
-5
lines changed

R/cardinal.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ utils::globalVariables(c(
2525
"ITTFL", "PPROTFL", "RANDFL", "TRTEMFL", "TRTSDT", "USUBJID", "column", "median", "ord_layer_1", "ord_layer_2",
2626
"ord_layer_index", "param", "pct", "row_label1", "row_label2", "sd", "tbl_lbl", "value", "ENRLDT", "RANDDT",
2727
"G110", "G60", "G90", "GE120", "L60", "N", "val", "id_var", "PT_PCT", "arm", "x", "TLSTFU", "se", "lower_ci",
28-
"upper_ci", "SBP90", "DBP60", "STATUS", "D_ANY", "D_LT1", "D_GT1", "D_GT3", "D_GT6", "D_GT12"
28+
"upper_ci", "SBP90", "DBP60", "STATUS", "D_ANY", "D_LT1", "D_GT1", "D_GT3", "D_GT6", "D_GT12",
29+
"MIN_DIABP", "MIN_SYSBP"
2930
))

R/fda-table_32.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ preproc_df_table_32 <- function(df,
135135
#' The table engine used by each engine-specific function is identified by its suffix.
136136
#'
137137
#' @inheritParams argument_convention
138+
#' @param subset (`string`)\cr selection of both PARAMCD and definition of baseline.
138139
#'
139140
#' @details
140141
#' * Columns are split by arm. Overall population column is excluded by default (see `lbl_overall` argument).
@@ -156,7 +157,7 @@ preproc_df_table_32 <- function(df,
156157
#' tbl_rtables <- cardinal::make_table_32_rtables(df = advs, alt_counts_df = adsl)
157158
#' tbl_rtables
158159
#' @export
159-
#' @rdname tbl_make_table_32
160+
#' @name tbl_make_table_32
160161
make_table_32_rtables <- function(df,
161162
alt_counts_df = NULL,
162163
show_colcounts = TRUE,

R/fda-table_33.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ preproc_df_table_33 <- function(df,
144144
#' The table engine used by each engine-specific function is identified by its suffix.
145145
#'
146146
#' @inheritParams argument_convention
147+
#' @param subset (`string`)\cr selection of both PARAMCD and definition of baseline.
147148
#'
148149
#' @details
149150
#' * Columns are split by arm. Overall population column is excluded by default (see `lbl_overall` argument).
@@ -164,7 +165,7 @@ preproc_df_table_33 <- function(df,
164165
#' tbl_rtables <- cardinal::make_table_33_rtables(df = advs, alt_counts_df = adsl)
165166
#' tbl_rtables
166167
#' @export
167-
#' @rdname tbl_make_table_33
168+
#' @name tbl_make_table_33
168169
make_table_33_rtables <- function(df,
169170
alt_counts_df = NULL,
170171
show_colcounts = TRUE,

man/tbl_make_table_32.Rd

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tbl_make_table_33.Rd

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)