From f47c12b5a0a8778f261a9aec7ca73e2e08dc7573 Mon Sep 17 00:00:00 2001 From: Martin Chan Date: Thu, 20 May 2021 11:21:43 +0100 Subject: [PATCH] feat: add start_hour param --- R/wellbeing_report.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/wellbeing_report.R b/R/wellbeing_report.R index fbcf1d6e..6c0f4102 100644 --- a/R/wellbeing_report.R +++ b/R/wellbeing_report.R @@ -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 ) }