errors_to_telegram {depigner} | R Documentation |
Divert output errors to the telegram bot
Description
Divert output errors to the telegram bot
Usage
errors_to_telegram(
chat_name = Sys.getenv("R_telegram_error_chat_name"),
bot_name = getOption("depigner.bot_name")
)
Arguments
chat_name |
a |
bot_name |
a |
Value
a
Examples
if (interactive()) {
library(depigner)
errors_to_telegram()
}
[Package depigner version 0.9.1 Index]