drive_link | R Documentation |
Returns the "webViewLink"
for one or more files, which is the "link for
opening the file in a relevant Google editor or viewer in a browser".
drive_link(file)
file |
Something that identifies the file(s) of interest on your Google
Drive. Can be a character vector of names/paths, a character vector of file
ids or URLs marked with |
Character vector of file hyperlinks.
# get a few files into a dribble
three_files <- drive_find(n_max = 3)
# get their browser links
drive_link(three_files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.