| build_comment_row | R Documentation |
Creates a single-row data frame with standardized comment fields. Used by get_all_comments and related functions.
build_comment_row(snippet, comment_id, parent_id = NA_character_)
snippet |
The comment snippet object from YouTube API |
comment_id |
The comment ID |
parent_id |
Parent comment ID for replies, NA for top-level comments |
A single-row data.frame with standardized columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.