Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

195 new table table 36 #208

Merged
merged 13 commits into from
Mar 11, 2024
Prev Previous commit
Next Next commit
Solve lintr marks for table 22
  • Loading branch information
mattkorb committed Feb 9, 2024
commit 53d52e6e181fcb90396d8d5429a6607a5cd6ea95
6 changes: 4 additions & 2 deletions tests/testthat/test-fda-table_22.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ test_that("Table 22 generation works with custom values: N_col denominator and n
lbl_overall = NULL,
prune_0 = TRUE,
annotations = list(
title = "Table 22. Overview of Adverse Events1 by Demographic Subgroup, Safety Population, Pooled Analysis (or Trial X)",
title = "Table 22. Overview of Adverse Events1 by Demographic Subgroup, Safety Population,
Pooled Analysis (or Trial X)",
main_footer = c(
"Source: [include Applicant source, datasets and/or software tools used].",
"(1) Treatment-emergent adverse event defined as [definition]. MedDRA version X."
),
prov_footer = c(
"Abbreviations: MedDRA, Medical Dictionary for Regulatory Activities.; N, number of patients in treatment arm; n, number of patients with adverse event;",
"Abbreviations: MedDRA, Medical Dictionary for Regulatory Activities.;
N, number of patients in treatment arm; n, number of patients with adverse event;",
"Ns, total number of patients for each specific subgroup"
)
)
Expand Down
Loading