Learn R Programming

tuber (version 0.2.1)

list_videocats: List of Categories That Can be Associated with Videos

Description

List of Categories That Can be Associated with Videos

Usage

list_videocats(regionCode = NULL, ...)

Arguments

regionCode
Character. Required. Has to be a ISO 3166-1 alpha-2 code (see https://www.iso.org/obp/ui/#search).
...
Additional arguments passed to tuber_GET.

Value

data.frame with 5 columns: channelId, title, assignable, etag, id

References

https://developers.google.com/youtube/v3/docs/search/list

Examples

Run this code
## Not run: 
# list_videocats("JP")
# ## End(Not run)

Run the code above in your browser using DataLab