list_revisions: list revisions of a Google Drive file

Description Usage Arguments

View source: R/revisions.R

Description

retrieves the metadata associated with each revision of a specific Google Drive file.

Usage

1
list_revisions(token, file_id, simplify = FALSE, ...)

Arguments

token

a token, generated with driver_connect.

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.


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