View source: R/yt_get_channel_data.R
yt_get_channel_data | R Documentation |
Get general information and data from the channel
yt_get_channel_data(channel_identifier, api_key)
channel_identifier |
Either the channel id or the channel username |
api_key |
Your API KEY |
A tibble with the following fields:
YOUR_API_KEY <- Sys.getenv("YT_API") yt_get_channel_data("MicheleBoldrin", YOUR_API_KEY) yt_get_channel_data("UCMOiTfbUXxUFqJJtCQGHrrA", YOUR_API_KEY)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.