Skip to content

Commit a556031

Browse files
committed
Update ARD printing
1 parent 5040eeb commit a556031

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

quarto/table-templates/template-table_05.qmd

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
title: FDA Table 5
33
subtitle: Duration of Treatment Exposure, Safety Population, Pooled Analyses
4-
format: html
5-
knitr:
6-
opts_chunk:
7-
R.options:
8-
max.print: 999
9-
width: 999
104
---
115

126
::: panel-tabset
@@ -63,7 +57,7 @@ Source code for this function is available [here](https://github.com/pharmaverse
6357

6458
<details>
6559
<summary>ARD Setup</summary>
66-
```{r tbl1, eval=FALSE, echo=TRUE}
60+
```{r tbl1, echo=TRUE, message=FALSE, warning=FALSE, results='hide'}
6761
# Load Libraries & Data
6862
library(cardinal)
6963
@@ -77,7 +71,9 @@ result$ard
7771
```
7872
</details>
7973

80-
```{r tbl1, message=FALSE, warning=FALSE, eval=TRUE}
74+
```{r tbl1-print, echo=FALSE}
75+
options(width = 9999)
76+
print(result$ard, columns = "all", n = Inf)
8177
```
8278

8379
## rtables Table

0 commit comments

Comments
 (0)