drive_comments | R Documentation |
Extract comments from a google docs document
drive_comments(url, email = NULL, cache_credentials = NULL)
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) |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.