load_metadata: Download file metadata from Google Drive

View source: R/import.R

load_metadataR Documentation

Download file metadata from Google Drive

Description

Download file metadata from Google Drive

Usage

load_metadata(keys, ...)

Arguments

keys

a vector of something that identifies the file of interest on your Google Drive. Can be a name or path, a file id or URL marked with as_id(), or a dribble.

...

other arguments to be passed on to 'googledrive::drive_auth()'. In particular, the token parameter for that function should be passed to any use of this function in production since the function is currently designed to equire "out of band" authentication.


stand-together-foundation/actualize documentation built on May 12, 2022, 12:39 a.m.