bug corrected

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-15 16:27:43 +02:00
commit fb6f1a708d
No known key found for this signature in database
4 changed files with 9 additions and 6 deletions

View file

@ -1 +1 @@
app_version <- function()'Version: 25.4.3.250415_1539'
app_version <- function()'Version: 25.4.3.250415_1627'

View file

@ -47,7 +47,7 @@ data_correlations_server <- function(id,
out <- data()
}
# out |> dplyr::mutate(dplyr::across(tidyselect::everything(),as.numeric))
sapply(data,as.numeric)
sapply(out,as.numeric)
# as.numeric()
})