list_guidecats {tuber} | R Documentation |
Get list of categories that can be associated with YouTube channels
Description
Get list of categories that can be associated with YouTube channels
Usage
list_guidecats(filter = NULL, hl = NULL, ...)
Arguments
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 |
Value
data.frame with 5 columns: region_code, channelId, title, etag, id
References
https://developers.google.com/youtube/v3/docs/guideCategories/list
Examples
## Not run:
# Set API token via yt_oauth() first
list_guidecats(c(region_code = "JP"))
## End(Not run)
[Package tuber version 0.9.9 Index]