drive_comments {revise} | R Documentation |
drive_comments
Description
Extract comments from a google docs document
Usage
drive_comments(url, email = NULL, cache_credentials = NULL)
Arguments
url |
URL to drive document |
email |
drive email account. Can be set with options(gargle_oath_email) |
cache_credentials |
bool. Should cached credentials be used? Can be set with options(gargle_oauth_cache) |
Value
A list with a length equal to the number of comments. Each element corresponds to one comment: the element's name is the comment text, and its value is the text that was bounded by the comment.
[Package revise version 0.1.0 Index]