Description Usage Arguments Value References Examples
List of Categories That Can be Associated with Videos
1 | list_videocats(filter = NULL, ...)
|
filter |
string; Required.
named vector of length 1
potential names of the entry in the vector:
|
... |
Additional arguments passed to |
data.frame with 6 columns: region_code, channelId, title, assignable, etag, id
https://developers.google.com/youtube/v3/docs/videoCategories/list
1 2 3 4 5 6 7 8 | ## Not run:
# Set API token via yt_oauth() first
list_videocats(c(region_code = "JP"))
list_videocats() # Will throw an error asking for a valid filter with valid region_code
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.