View source: R/errors_to_telegram.R
| errors_to_telegram | R Documentation | 
Divert output errors to the telegram bot
errors_to_telegram(
  chat_name = Sys.getenv("R_telegram_error_chat_name"),
  bot_name = getOption("depigner.bot_name")
)
| chat_name | a | 
| bot_name | a | 
a
if (interactive()) {
  library(depigner)
  errors_to_telegram()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.