yt.ChannelComments: Get Comments from All Videos on a Channel

Description Usage Arguments

View source: R/ytComments.R

Description

This function collects all the comments from all the videos on a channel, within a time frame if set.

Usage

1
2
yt.ChannelComments(channel_id = NULL, published_before = NULL,
  published_after = NULL)

Arguments

channel_id

Character. The YouTube channel ID. Cannot be the vanity URL name. Required.

published_before

Date. Optional. RFC 339 Format. Example, "1970-01-01T00:00:00Z"

published_after

Date. Optional. RFC 339 Format. Example, "1970-01-01T00:00:00Z"


Vintonm49/ytcol documentation built on May 27, 2019, 7:42 a.m.