mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
regression improvements
This commit is contained in:
parent
703daaec4b
commit
2dbc78310e
10 changed files with 2619 additions and 454 deletions
|
|
@ -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
|
||||
)
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue