yt_get_channel_data: Get general information and data from the channel

View source: R/yt_get_channel_data.R

yt_get_channel_dataR Documentation

Get general information and data from the channel

Description

Get general information and data from the channel

Usage

yt_get_channel_data(channel_identifier, api_key)

Arguments

channel_identifier

Either the channel id or the channel username

api_key

Your API KEY

Value

A tibble with the following fields:

Examples

YOUR_API_KEY <- Sys.getenv("YT_API")
yt_get_channel_data("MicheleBoldrin", YOUR_API_KEY)
yt_get_channel_data("UCMOiTfbUXxUFqJJtCQGHrrA", YOUR_API_KEY)

andreranza/youtuber documentation built on April 24, 2022, 12:12 a.m.