mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
logical icon
This commit is contained in:
parent
2495da555a
commit
7df711424e
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ add_class_icon <- function(grid, column = "class") {
|
||||||
shiny::icon("arrow-down-1-9")
|
shiny::icon("arrow-down-1-9")
|
||||||
} else if (identical(x, "character")) {
|
} else if (identical(x, "character")) {
|
||||||
shiny::icon("arrow-down-a-z")
|
shiny::icon("arrow-down-a-z")
|
||||||
|
} else if (identical(x, "logical")) {
|
||||||
|
shiny::icon("toggle-off")
|
||||||
} else if (any(c("Date", "POSIXct", "POSIXt") %in% x)) {
|
} else if (any(c("Date", "POSIXct", "POSIXt") %in% x)) {
|
||||||
shiny::icon("calendar-days")
|
shiny::icon("calendar-days")
|
||||||
} else if ("hms" %in% x) {
|
} else if ("hms" %in% x) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue