load_metadata | R Documentation |
Download file metadata from Google Drive
load_metadata(keys, ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.