View source: R/tg_channel_stat.R
tg_channel_stat | R Documentation |
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)
tg_channel_stat(channel_id = tg_get_channel_id())
channel_id |
Channel ID (@username, t.me/username, t.me/joinchat/AAAAABbbbbcccc ... or channel ID in 'TGStat') |
tibble with channel stat
See also TGStat API Documentation of metrod channels/stat
## Not run:
channel_stat <- tg_channel_stat(channel_id = "R4marketing")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.