delete_channel_sections: Delete Channel Sections

Description Usage Arguments References Examples

View source: R/delete_channel_sections.R

Description

Delete a Channel Section

Usage

1

Arguments

id

Required. ID of the channel section.

...

Additional arguments passed to tuber_DELETE.

References

https://developers.google.com/youtube/v3/docs/channelSections/delete

Examples

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)

AlxDidorenko/RTuber documentation built on Jan. 20, 2022, 12:01 a.m.