list_replies: Get all replies to a comment

Description Usage Arguments See Also

View source: R/replies.R

Description

retrieves the metadata and text of all replies to a comment in a Google Drive file.

Usage

1
list_replies(file_id, comment_id, simplify = FALSE, ...)

Arguments

file_id

the ID of a file - or the full URL for accessing it via your browser. See file_metadata for further discussion.

comment_id

the ID of a comment, which can be found in the output of list_comments

simplify

whether or not to perform some (small) simplification of the returned list, to make it less nested, headachey and impossible to read. Set to FALSE by default.

...

further arguments to pass to httr's GET

See Also

delete_reply for deleting a reply, and get_reply for retrieving a specific reply.


noamross/driver documentation built on May 23, 2019, 9:30 p.m.