Learn R Programming

tuber (version 0.2)

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).

Value

  • data.frame with 4 columns: channelId, title, etag, id

References

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

Examples

Run this code
list_guidecats("JP")

Run the code above in your browser using DataLab