Learn R Programming

tuber (version 0.2.1)

list_channel_videos: List All the Videos in a Channel

Description

List All the Videos in a Channel

Usage

list_channel_videos(channel_name = NULL, ...)

Arguments

channel_name
string, channel name, required
...
Additional arguments passed to tuber_GET.

Value

data.frame with 3 columns: hl (two letter abbreviation), name (of the language), etag

References

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

Examples

Run this code
## Not run: 
# list_channel_videos("latenight")
# ## End(Not run)

Run the code above in your browser using DataLab