Learn R Programming

depigner (version 0.9.1)

errors_to_telegram: 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")
)

Value

a

Arguments

chat_name

a

bot_name

a

Examples

Run this code
if (interactive()) {
  library(depigner)
  errors_to_telegram()
}

Run the code above in your browser using DataLab