powered by
Get all the comments for a video including replies
get_all_comments(video_id = NULL, ...)
string; Required. video_id: video ID.
video_id
Additional arguments passed to tuber_GET.
tuber_GET
a data.frame with the following columns: authorDisplayName, authorProfileImageUrl, authorChannelUrl, authorChannelId.value, videoId, textDisplay, canRate, viewerRating, likeCount, publishedAt, updatedAt, id, moderationStatus, parentId
data.frame
authorDisplayName, authorProfileImageUrl, authorChannelUrl, authorChannelId.value, videoId, textDisplay, canRate, viewerRating, likeCount, publishedAt, updatedAt, id, moderationStatus, parentId
https://developers.google.com/youtube/v3/docs/commentThreads/list
# NOT RUN { # Set API token via yt_oauth() first get_all_comments(video_id = "a-UQz7fqR3w") # }
Run the code above in your browser using DataLab