data type icons in summary - more tests

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-15 16:14:03 +02:00
commit 50d35c0c85
No known key found for this signature in database
15 changed files with 406 additions and 2493 deletions

View file

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