mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
translations
This commit is contained in:
parent
5326bb7cb7
commit
f957923514
6 changed files with 94 additions and 39 deletions
|
|
@ -60,12 +60,12 @@ data_missings_server <- function(id,
|
|||
|
||||
if (is.null(variabler()) || variabler() == "" || !variabler() %in% names(datar())) {
|
||||
if (anyNA(datar())){
|
||||
title <- "No variable chosen for analysis"
|
||||
title <- i18n$t("No variable chosen for analysis")
|
||||
} else {
|
||||
title <- "No missing observations"
|
||||
title <- i18n$t("No missing observations")
|
||||
}
|
||||
} else {
|
||||
title <- glue::glue("Missing vs non-missing observations in the variable **'{variabler()}'**")
|
||||
title <- glue::glue(i18n$t("Missing vs non-missing observations in the variable **'{variabler()}'**"))
|
||||
}
|
||||
|
||||
out <- rv$data() |>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue