Skip to content

Commit

Permalink
Update ARD printing
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Nov 11, 2024
1 parent 13464d8 commit 239b646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quarto/table-templates/template-table_11.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: FDA Table 11
subtitle: Patients with FDA Medical Query (Narrow) Leading to Treatment Discontinuation, Safety Population, Pooled Analyses
format: html
---

```{r setup, echo=FALSE}
Expand Down Expand Up @@ -101,6 +100,7 @@ result$ard
</details>

```{r tbl1-print, echo=FALSE}
withr::local_options(width = 9999)
print(result$ard, columns = "all", n = Inf)
```

Expand Down
2 changes: 1 addition & 1 deletion quarto/table-templates/template-table_12.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: FDA Table 12
subtitle: Patients With Adverse Events Leading to Treatment Discontinuation by System Organ Class and Preferred Term, Safety Population, Pooled Analyses
format: html
---

::: panel-tabset
Expand Down Expand Up @@ -85,6 +84,7 @@ result$ard
</details>

```{r tbl1-print, echo=FALSE}
withr::local_options(width = 9999)
print(result$ard, columns = "all", n = Inf)
```

Expand Down

0 comments on commit 239b646

Please sign in to comment.