mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
bug corrected
This commit is contained in:
parent
50d35c0c85
commit
fb6f1a708d
4 changed files with 9 additions and 6 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
|
||||
########
|
||||
|
||||
app_version <- function()'Version: 25.4.3.250415_1539'
|
||||
app_version <- function()'Version: 25.4.3.250415_1627'
|
||||
|
||||
|
||||
########
|
||||
|
|
@ -208,7 +208,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()
|
||||
})
|
||||
|
||||
|
|
@ -2394,9 +2394,12 @@ type_icons <- function(x) {
|
|||
shiny::icon("toggle-off")
|
||||
} else if (identical(x,"datetime")) {
|
||||
shiny::icon("calendar-days")
|
||||
} else if (identical(x,"id")) {
|
||||
shiny::icon("id-card")
|
||||
} else {
|
||||
shiny::icon("table")
|
||||
}}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue