Description Usage Arguments Value References Examples
Returns list of channel sections that channel id belongs to.
1 | list_channel_sections(filter = NULL, part = "snippet", hl = NULL, ...)
|
filter |
string; Required.
named vector of length 1
potential names of the entry in the vector:
|
part |
specify which part do you want. It can only be one of the following: |
hl |
language that will be used for text values, optional, default is en-US. See also |
... |
Additional arguments passed to |
captions for the video from one of the first track
https://developers.google.com/youtube/v3/docs/activities/list
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
list_channel_sections(c(channel_id = "UCRw8bIz2wMLmfgAgWm903cA"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.