mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
ready for new version
This commit is contained in:
parent
4b7b1be6b7
commit
16e3e5eb28
4 changed files with 18 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
########
|
||||
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//Rtmpp0JgLn/file73e1594116cf.R
|
||||
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//Rtmpp0JgLn/file73e17b926733.R
|
||||
########
|
||||
|
||||
i18n_path <- here::here("translations")
|
||||
|
|
@ -6205,18 +6205,16 @@ data_missings_server <- function(id, data, max_level = 20, ...) {
|
|||
}
|
||||
} else {
|
||||
## Due to reactivity, the table updates too quickly. this mitigates that issue..
|
||||
|
||||
|
||||
if (input$missings_var == "predictors") {
|
||||
if (input$missings_method == "predictors") {
|
||||
title <- glue::glue(
|
||||
i18n$t(
|
||||
"Missings across variables by the variable **'{input$missings_var}'**"
|
||||
"Missing observations across variables grouped by **'{input$missings_var}'**"
|
||||
)
|
||||
)
|
||||
} else {
|
||||
title <- glue::glue(
|
||||
i18n$t(
|
||||
"Missing vs non-missing observations in the variable **'{input$missings_var}'**"
|
||||
"Differences by missing vs non-missing observations in **'{input$missings_var}'**"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue