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

[New Table]: Table 38 #196

Closed
8 tasks
YoshitoKoujin opened this issue Jan 17, 2024 · 0 comments · Fixed by #204
Closed
8 tasks

[New Table]: Table 38 #196

YoshitoKoujin opened this issue Jan 17, 2024 · 0 comments · Fixed by #204
Assignees
Labels
new template Adding a new table template

Comments

@YoshitoKoujin
Copy link
Collaborator

Table Layout & Design

table_38

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

Table Description

Table 38. Patients With Adverse Events by System Organ Class, FDA Medical Query (Broad) and Preferred Term, Safety Population, Pooled Analysis (or Trial X)

Analysis Datasets

ADAE
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"
Treatment-emergent adverse event: TRTEMFL == "Y"

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.
@YoshitoKoujin YoshitoKoujin added the new template Adding a new table template label Jan 17, 2024
@YoshitoKoujin YoshitoKoujin self-assigned this Jan 22, 2024
@YoshitoKoujin YoshitoKoujin linked a pull request Jan 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new template Adding a new table template
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant