Learn R Programming

tuber (version 0.1)

get_comments: Get Comments On a Video

Description

Get Comments On a Video

Usage

get_comments(video_id = NULL)

Arguments

video_id
id of the video; required

Value

  • Nested named list. The entry items is a list of comments along with meta information. Within each of the items is an item snippet which has an item topLevelComment$snippet$textDisplay that contains the actual comment.

References

https://console.developers.google.com/project

Examples

Run this code
get_comments(video_id="N708P-A45D0")

Run the code above in your browser using DataLab