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
|
|
@ -378,7 +378,7 @@ cut_variable_server <- function(id, data_r = reactive(NULL)) {
|
|||
rlang::exec(cut_var, !!!parameters)
|
||||
},
|
||||
error = function(err) {
|
||||
showNotification(paste("We encountered the following error creating the new factor:", err), type = "err")
|
||||
showNotification(paste("We encountered the following error creating the new factor:", err), type = "error")
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue