Learn R Programming

tuber (version 0.2.1)

list_channel_sections: List Channel Sections

Description

Returns list of channel sections that channel id belongs to.

Usage

list_channel_sections(channel_id = NULL, part = "snippet", ...)

Arguments

channel_id
id of the channel; required; no default
part
specify which part do you want. It can only be one of the three: contentDetails, id, snippet. Default is snippet.
...
Additional arguments passed to tuber_GET.

Value

captions for the video from one of the first track

References

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

Examples

Run this code
## Not run: 
# list_channel_sections(channel_id="UCRw8bIz2wMLmfgAgWm903cA")
# ## End(Not run)

Run the code above in your browser using DataLab