powered by
The method allows you to search for channels by keyword or get a list of channels in a category.
tg_channels_search( query = NULL, search_by_description = FALSE, country = "ru", language = "russian", category = NULL, limit = 100 )
tibble with channels
Search keyword
Search in channel description?
Channel geography (country). Use tg_countries for get countries dictionary.
tg_countries
Channel content language. Use tg_languages for get languages dictionary.
tg_languages
Channel category. Use tg_categories for get categories dictionary.
tg_categories
Maximum number of channels in a response, no more than 100.
See also TGStat API Documentation of metrod channels/search
if (FALSE) { channels <- tg_channels_search( query = "data", country = "ru", category = "tech" ) }
Run the code above in your browser using DataLab