powered by
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".
"webViewLink"
drive_link(file)
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.
as_id()
dribble
Character vector of file hyperlinks.
# NOT RUN { ## get a few files into a dribble three_files <- drive_find(n_max = 3) ## get their browser links drive_link(three_files) # }
Run the code above in your browser using DataLab