Get statistics on all the videos in a Channel
Source:R/get_all_channel_video_stats.R
get_all_channel_video_stats.RdEfficiently collects all video IDs from a channel's uploads playlist, then fetches statistics and details using batch processing for optimal API quota usage.
Usage
get_all_channel_video_stats(
channel_id = NULL,
mine = FALSE,
auth = if (mine) "token" else "key",
...
)Arguments
- channel_id
Character. Id of the channel
- mine
Boolean. TRUE if you want to fetch stats of your own channel. Default is FALSE.
- auth
Authentication method, `"key"` or `"token"`. `mine = TRUE` requires OAuth.
- ...
Additional arguments passed to
tuber_GET.