drive_comments: drive_comments

View source: R/google_drive.R

drive_commentsR 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.


revise documentation built on April 3, 2025, 11:47 p.m.