Visits a Google Sheet in your default browser, if session is interactive.
Arguments
- ss
Something that identifies a Google Sheet:
its file id as a string or
drive_ida URL from which we can recover the id
a one-row
dribble, which is how googledrive represents Drive filesan instance of
googlesheets4_spreadsheet, which is whatgs4_get()returns
Processed through
as_sheets_id().
Examples
gs4_example("mini-gap") %>% gs4_browse()
