Get statistics on all the videos in a Channel
Source:R/get_all_channel_video_stats.R
get_all_channel_video_stats.Rd
Iterates through the channel's uploads playlist, collecting video IDs from each page until no further pages are available. Statistics and details are then fetched for every video.
Arguments
- channel_id
Character. Id of the channel
- mine
Boolean. TRUE if you want to fetch stats of your own channel. Default is FALSE.
- ...
Additional arguments passed to
tuber_GET
.