Description Usage Arguments References Examples
Delete a Channel Section
1 | delete_channel_sections(id = NULL, ...)
|
id |
Required. ID of the channel section. |
... |
Additional arguments passed to |
https://developers.google.com/youtube/v3/docs/channelSections/delete
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
delete_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.