Description Usage Arguments Value References Examples
Get list of categories that can be associated with YouTube channels
1 | list_guidecats(filter = NULL, hl = NULL, ...)
|
filter |
string; Required.
named vector of length 1
potential names of the entry in the vector:
|
hl |
Language used for text values. Optional. Default is |
... |
Additional arguments passed to |
data.frame with 5 columns: region_code, channelId, title, etag, id
https://developers.google.com/youtube/v3/docs/guideCategories/list
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
list_guidecats(c(region_code = "JP"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.