diff --git a/quarto/table-templates/template-table_11.qmd b/quarto/table-templates/template-table_11.qmd index 2a7ee158..24c1f196 100644 --- a/quarto/table-templates/template-table_11.qmd +++ b/quarto/table-templates/template-table_11.qmd @@ -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} @@ -101,6 +100,7 @@ result$ard ```{r tbl1-print, echo=FALSE} +withr::local_options(width = 9999) print(result$ard, columns = "all", n = Inf) ``` diff --git a/quarto/table-templates/template-table_12.qmd b/quarto/table-templates/template-table_12.qmd index 07a4dc5a..b3646f3d 100644 --- a/quarto/table-templates/template-table_12.qmd +++ b/quarto/table-templates/template-table_12.qmd @@ -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 @@ -85,6 +84,7 @@ result$ard ```{r tbl1-print, echo=FALSE} +withr::local_options(width = 9999) print(result$ard, columns = "all", n = Inf) ```