mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
bug corrected
This commit is contained in:
parent
50d35c0c85
commit
fb6f1a708d
4 changed files with 9 additions and 6 deletions
|
|
@ -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()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue