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 5040eeb commit a556031
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions quarto/table-templates/template-table_05.qmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
title: FDA Table 5
subtitle: Duration of Treatment Exposure, Safety Population, Pooled Analyses
format: html
knitr:
opts_chunk:
R.options:
max.print: 999
width: 999
---

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

<details>
<summary>ARD Setup</summary>
```{r tbl1, eval=FALSE, echo=TRUE}
```{r tbl1, echo=TRUE, message=FALSE, warning=FALSE, results='hide'}
# Load Libraries & Data
library(cardinal)
Expand All @@ -77,7 +71,9 @@ result$ard
```
</details>

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

## rtables Table
Expand Down

0 comments on commit a556031

Please sign in to comment.