powered by
Returns list of channel sections that channel id belongs to.
list_channel_sections(filter = NULL, part = "snippet", hl = NULL, ...)
string; Required. named vector of length 1 potential names of the entry in the vector: channel_id: Channel ID id: Section ID
channel_id
id
specify which part do you want. It can only be one of the following: contentDetails, id, localizations, snippet, targeting. Default is snippet.
contentDetails, id, localizations, snippet, targeting
snippet
language that will be used for text values, optional, default is en-US. See also list_langs
list_langs
Additional arguments passed to tuber_GET.
tuber_GET
captions for the video from one of the first track
https://developers.google.com/youtube/v3/docs/activities/list
# NOT RUN { # } # NOT RUN { # Set API token via yt_oauth() first list_channel_sections(c(channel_id = "UCRw8bIz2wMLmfgAgWm903cA")) # }
Run the code above in your browser using DataLab