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_)A single-row data.frame with standardized columns
The comment snippet object from YouTube API
The comment ID
Parent comment ID for replies, NA for top-level comments