tryCatch_alert: tryCatch with shinyalert messages

Description Usage Arguments

View source: R/utils_tryCatch_alert.R

Description

A tryCatch with output wrapped in shinyalert.

Usage

1
tryCatch_alert(expr, input_id, type)

Arguments

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)


jiwanheo/senTWEETment documentation built on Jan. 20, 2022, 3:20 a.m.