yt.VideoComments: Get Comments on a Video on YouTube

Description Usage Arguments Value

View source: R/ytComments.R

Description

This function collects all the comments on a video on YouTube. It calls the yt.GetComments function in the ytcol package.

Usage

1
yt.VideoComments(video_id = NULL)

Arguments

video_id

Character. Video ID from YouTube. Required.

Value

Dataframe with variables including: comment_ID, video_ID, author_display_name, author_channel_ID, text_display, text_original, dateTime, updated_dateTime, reply_count, parent_comment_ID, parent_author_display_name, parent_author_channel_ID, pullDate


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