list_videocats {tuber} | R Documentation |
List of Categories That Can be Associated with Videos
Description
List of Categories That Can be Associated with Videos
Usage
list_videocats(filter = NULL, ...)
Arguments
filter |
string; Required.
named vector of length 1
potential names of the entry in the vector:
|
... |
Additional arguments passed to |
Value
data.frame with 6 columns: region_code, channelId, title, assignable, etag, id
References
https://developers.google.com/youtube/v3/docs/videoCategories/list
Examples
## 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)
[Package tuber version 0.9.9 Index]