You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: inst/rmd/one_pager_template.Rmd
+3-1
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ knitr::opts_chunk$set(
41
41
library(cd2030)
42
42
library(dplyr)
43
43
library(purrr)
44
+
library(flextable)
44
45
library(reactable)
45
46
library(officedown)
46
47
library(officer)
@@ -136,7 +137,8 @@ data %>%
136
137
i = ~ !is.na(type), part = "body",
137
138
bg = 'lightgoldenrodyellow'
138
139
) %>%
139
-
theme_vanilla()
140
+
theme_vanilla() %>%
141
+
set_table_properties(layout = "autofit")
140
142
```
141
143
142
144
##### DQA scores greater or equal to 90% are highlighted in green indicating good data quality, scores of 80-90% in yellow and less than 70% in red indicator poor data quality.`r officer::run_columnbreak()`
0 commit comments