Skip to content

Commit 239b646

Browse files
committed
Update ARD printing
1 parent 13464d8 commit 239b646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quarto/table-templates/template-table_11.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: FDA Table 11
33
subtitle: Patients with FDA Medical Query (Narrow) Leading to Treatment Discontinuation, Safety Population, Pooled Analyses
4-
format: html
54
---
65

76
```{r setup, echo=FALSE}
@@ -101,6 +100,7 @@ result$ard
101100
</details>
102101

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

quarto/table-templates/template-table_12.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: FDA Table 12
33
subtitle: Patients With Adverse Events Leading to Treatment Discontinuation by System Organ Class and Preferred Term, Safety Population, Pooled Analyses
4-
format: html
54
---
65

76
::: panel-tabset
@@ -85,6 +84,7 @@ result$ard
8584
</details>
8685

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

0 commit comments

Comments
 (0)