getChannels: Get list of channels controlled by the 'contentOwner'

Description Usage Arguments Value Examples

View source: R/getChannels.R

Description

Get list of channels controlled by the contentOwner

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

Usage

1
getChannels(token, contentOwner)

Arguments

token

Access token

contentOwner

Content owner

Value

Returns a data.frame of results

Examples

1
2
3
4
## Not run: 
channels <- getChannels(token, contentOwner = "ContentOwner")

## End(Not run)

EricGoldsmith/rYouTube documentation built on Dec. 17, 2021, 7:21 p.m.