View source: R/tg_channels_search.R
tg_channels_search | R Documentation |
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
)
query |
Search keyword |
search_by_description |
Search in channel description? |
country |
Channel geography (country). Use |
language |
Channel content language. Use |
category |
Channel category. Use |
limit |
Maximum number of channels in a response, no more than 100. |
tibble with channels
See also TGStat API Documentation of metrod channels/search
## Not run:
channels <- tg_channels_search(
query = "data",
country = "ru",
category = "tech"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.