Visits a file on Google Drive in your default browser.
Value
Character vector of file hyperlinks, from drive_link()
, invisibly.
Examples
if (FALSE) { # drive_has_token() && rlang::is_interactive()
drive_find(n_max = 1) %>% drive_browse()
}
Visits a file on Google Drive in your default browser.
Character vector of file hyperlinks, from drive_link()
, invisibly.
if (FALSE) { # drive_has_token() && rlang::is_interactive()
drive_find(n_max = 1) %>% drive_browse()
}