ui on modify pane

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-03 06:31:05 +02:00
commit 3e49868ff4
No known key found for this signature in database
6 changed files with 103 additions and 173 deletions

View file

@ -335,7 +335,7 @@ data_description <- function(data) {
p_complete <- n_complete/n
sprintf(
i18n("Data has %s observations and %s variables, with %s (%s%%) complete cases"),
i18n("Data has %s observations and %s variables, with %s (%s%%) complete cases."),
n,
n_var,
n_complete,