Learn R Programming

tuber (version 0.2.1)

get_channel: Get statistics of a Channel

Description

Get statistics of a Channel

Usage

get_channel(channel_id = NULL, ...)

Arguments

channel_id
Character. Id of the channel
...
Additional arguments passed to tuber_GET.

Value

list with 5 elements: viewCount, likeCount, dislikeCount, favoriteCount, commentCount

References

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

Examples

Run this code
## Not run: 
# get_channel(channel_id="UChTJTbr5kf3hYazJZO-euHg")
# ## End(Not run)

Run the code above in your browser using DataLab