Learn R Programming

tuber (version 0.2.1)

list_guidecats: 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(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 4 columns: channelId, title, etag, id

References

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

Examples

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

Run the code above in your browser using DataLab