View source: R/utils_tryCatch_alert.R
A tryCatch with output wrapped in shinyalert.
1 | tryCatch_alert(expr, input_id, type)
|
expr |
Expression to try. In our case, add/remove words from R6 fields. |
input_id |
the input ID of the text. (negation_word or stop_word) |
type |
A string, that makes the shinyalert ID. (add or remove) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.