Description Usage Arguments Value References Examples
Get all the comments for a video including replies
1 | get_all_comments(video_id = NULL, ...)
|
video_id |
string; Required.
|
... |
Additional arguments passed to |
a data.frame
with the following columns:
authorDisplayName, authorProfileImageUrl, authorChannelUrl, authorChannelId.value, videoId, textDisplay,
canRate, viewerRating, likeCount, publishedAt, updatedAt, id, moderationStatus, parentId
https://developers.google.com/youtube/v3/docs/commentThreads/list
1 2 3 4 5 6 7 | ## Not run:
# Set API token via yt_oauth() first
get_all_comments(video_id = "a-UQz7fqR3w")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.