mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
render
This commit is contained in:
parent
c28a3d0a6d
commit
fcf422bc4b
16 changed files with 64 additions and 50 deletions
|
|
@ -172,7 +172,7 @@ data_missings_server <- function(id, data, max_level = 20, ...) {
|
|||
out <- do.call(compare_missings, modifyList(parameters, list(data = df_tbl)))
|
||||
})
|
||||
}, error = function(err) {
|
||||
showNotification(paste0("Error: ", err), type = "err")
|
||||
showNotification(paste0("Error: ", err), type = "error")
|
||||
})
|
||||
|
||||
if (is.null(input$missings_var) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue