powered by
Retrieves comment threads using one explicit YouTube filter.
list_comment_threads( video_id = NULL, channel_id = NULL, thread_ids = NULL, all_threads_for_channel_id = NULL, part = c("id", "snippet"), text_format = "html", max_results = 100, page_token = NULL, simplify = TRUE, auth = "key", ... )
A data frame when `simplify = TRUE`; otherwise a comment-threads response.
Optional video ID.
Optional channel ID.
Optional character vector of comment-thread IDs.
Optional channel ID for all threads related to that channel.
Character vector of comment-thread resource parts.
Comment text format, `"html"` or `"plainText"`.
Maximum total number of threads to return.
Optional page token at which to start.
If `TRUE`, return one row per top-level comment; otherwise return the raw API response with all collected items.
Authentication method, `"key"` or `"token"`.
Additional arguments passed to [tuber_GET()].
https://developers.google.com/youtube/v3/docs/commentThreads/list
if (FALSE) { list_comment_threads(video_id = "N708P-A45D0", max_results = 200) }
Run the code above in your browser using DataLab