regression improvements

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-01-17 15:59:24 +01:00
commit 2dbc78310e
No known key found for this signature in database
10 changed files with 2619 additions and 454 deletions

View file

@ -39,7 +39,9 @@ data_summary_server <- function(id,
output$tbl_summary <-
toastui::renderDatagrid(
data() |>
{
shiny::req(data())
data() |>
overview_vars() |>
create_overview_datagrid() |>
add_sparkline(
@ -47,7 +49,8 @@ data_summary_server <- function(id,
color.main = color.main,
color.sec = color.sec
)
)
}
)
}
)