This commit is contained in:
Martin Chan 2021-05-20 11:21:43 +01:00
Родитель ee3756a766
Коммит f47c12b5a0
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -36,6 +36,7 @@ wellbeing_report <- function(wbq,
rmd_dir = system.file("rmd_template/wellbeing/wellbeing_report.rmd", package = "wpa"),
output_format =
flexdashboard::flex_dashboard(orientation = "columns",
vertical_layout = "fill")
vertical_layout = "fill"),
start_hour = start_hour # Additional arguments to param
)
}