list_comments: retrieve the metadata and content of all comments to a file

Description Usage Arguments See Also

View source: R/comments.R

Description

grabs the metadata and content (both as HTML and plaintext) of each comment in a specified Google Drive file.

Usage

1
list_comments(file_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.

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

list_comments to retrieve comment metadata (including the comment IDs) for an entire file.


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