powered by
Replies to an existing comment. Requires OAuth 2.0 authentication.
reply_to_comment(parent_id, text, ...)
A list containing the API response.
Character. The ID of the comment being replied to.
Character. The text of the reply.
Additional arguments passed to tuber_POST_json.
tuber_POST_json
https://developers.google.com/youtube/v3/docs/comments/insert
if (FALSE) { # Set API token via yt_oauth() first reply_to_comment(parent_id = "Ugz...", text = "Thanks for watching!") }
Run the code above in your browser using DataLab