Learn R Programming

telegram (version 0.3.0)

bot_token: bot_token

Description

Obtain token from system variables (in Renviron) set according to package naming conventions, that is R_TELEGRAM_X where X is bot's name (first question answered to the botfather).

Usage

bot_token(botname = NULL)

Arguments

botname
character of length 1 with the name of the bot

Examples

Run this code
bot_token('RBot')

Run the code above in your browser using DataLab