get_reply: get a reply's metadata and text

Description Usage Arguments See Also

View source: R/replies.R

Description

retrieve the metadata and text for a specific reply to a comment in a Google Drive file.

Usage

1
get_reply(file_id, comment_id, reply_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 easily retrieved with list_comments

reply_id

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

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 list_replies for retrieving all replies associated with a comment


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