ytdata_channel_most_recent_video: YouTube Data API Channel Wrapper

Description Usage Arguments Value Examples

View source: R/ytdata_channel_most_recent_video.R

Description

This function pulls a channel's most recent video(s)

Usage

1
2
3
4
5
ytdata_channel_most_recent_video(
  channelId = NULL,
  token = NULL,
  maxResults = 1
)

Arguments

channelId

character string

token

environment

maxResults

numeric

Value

df data.frame

Examples

1
ytdata_channel_most_recent_video("as09df8yaidfjkl", token_var)

davisj95/VideoR documentation built on June 26, 2020, 4:23 p.m.