drive_browse: Visit Drive file in browser

View source: R/drive_browse.R

drive_browseR Documentation

Visit Drive file in browser

Description

Visits a file on Google Drive in your default browser.

Usage

drive_browse(file = .Last.value)

Arguments

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.

Value

Character vector of file hyperlinks, from drive_link(), invisibly.

Examples


drive_find(n_max = 1) %>% drive_browse()


tidyverse/googledrive documentation built on Jan. 14, 2024, 3:44 a.m.