revision_metadata: Get the metadata of a single revision of a Google Drive file

Description Usage Arguments

View source: R/revisions.R

Description

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

Usage

1
revision_metadata(token, file_id, rev_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.

rev_id

the ID of a revision of that file.

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.