Description Usage Arguments Value References Examples
View source: R/get_channel_stats.R
Get statistics of a Channel
1 2 3 | get_channel_stats(channel_id = NULL, mine = NULL, ...)
list_my_channel(...)
|
channel_id |
Character. Id of the channel |
mine |
Boolean. TRUE if you want to fetch stats of your own channel. Default is NULL. |
... |
Additional arguments passed to |
nested named list with top element names:
kind, etag, id, snippet (list of details of the channel including title), statistics (list of 5)
If the channel_id
is mistyped or there is no information, an empty list is returned
https://developers.google.com/youtube/v3/docs/channels/list
1 2 3 4 5 6 7 8 | ## Not run:
# Set API token via yt_oauth() first
get_channel_stats(channel_id="UCMtFAi84ehTSYSE9XoHefig")
get_channel_stats(channel_id="UCMtFAi84ehTSYSE9Xo") # Incorrect channel ID
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.