pharmaverse/cardinal

[New Figure]: Figure 3

Opened this issue · 0 comments

Table Layout & Design

image

Please refer to page 12 of the FDA guideline document for more details.

Figure Description

Figure 3. Time to Adverse Event Leading to Treatment Discontinuation, Safety Population, Trial X

Analysis Datasets

ADSL

Data from the random.cdisc.data package, can be retrieved by random.cdisc.data::c followed by your
dataset name.

Analysis Filters

Safety population: SAFFL == "Y"

Additional Information

No response

Developer To Dos

  • Table Function: Create R/fda-fig_03.R file with your table-generating function.
  • Roxygen Documentation: title, @details, document all parameters, @return, @examples, @export.
  • Tests: Create tests/testthat/test-fig_03.R file with tests for the table function and then run these tests.
  • Quarto Template: Create quarto/figure-templates/template-fig_03.qmd file your table template.
  • Screenshot: Add table screenshot as fig_03.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.