Learn R Programming

rtgstat (version 0.3.2)

tg_channel_stat: Get channel stat

Description

The method allows you to obtain basic statistics - the number of participants, the average coverage of the publication, the percentage of engagement of subscribers (ERR), the total daily coverage, the citation index (CI)

Usage

tg_channel_stat(channel_id = tg_get_channel_id())

Value

tibble with channel stat

Arguments

channel_id

Channel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat')

References

See also TGStat API Documentation of metrod channels/stat

Examples

Run this code
if (FALSE) {
channel_stat <- tg_channel_stat(channel_id = "R4marketing")
}

Run the code above in your browser using DataLab