pharmaverse/cardinal

[New Table]: Table 33 with gtsummary

Closed this issue · 0 comments

Table Layout & Design

Create make_table_33_gtsum() based on {gtsummary} package.

Capture

Table Description

Percentage of Patients Meeting Specific Hypotension Levels Postbaseline, Safety Population, Pooled Analysis

Analysis Datasets

ADSL (random.cdisc.data::cadsl)
ADVS (random.cdisc.data::cadvs)

Analysis Filters

Safety population: SAFFL == "Y"
Parameters to use from ADVS : PARAMCD in ("DIABP", "SYSBP")

Additional Information

No response

Developer To Dos

  • Table Function: Create R/fda-table_XX.R file with your table-generating function.
    • Roxygen Documentation: title, @details, document all parameters, @return, @examples, @export.
  • Tests: Create tests/testthat/test-table_XX.R file with tests for the table function and then run these tests.
  • Quarto Template: Create quarto/table-templates/template-table_XX.qmd file your table template.
  • Screenshot: Add table screenshot as table_XX.png to the quarto/assets/images/screenshots folder.
  • _quarto.yml: Add template to the "Template Library" section of the _quarto.yml file.
  • Template Index: Run quarto/assets/generate-template_index.R script to update the template index.
  • NEWS: Update NEWS.md.