powered by
Visits a Google Sheet in your default browser, if session is interactive.
gs4_browse(ss)
Something that identifies a Google Sheet:
its file id as a string or drive_id
drive_id
a URL from which we can recover the id
a one-row dribble, which is how googledrive represents Drive files
dribble
an instance of googlesheets4_spreadsheet, which is what gs4_get() returns
googlesheets4_spreadsheet
gs4_get()
Processed through as_sheets_id().
as_sheets_id()
The Sheet's browser URL, invisibly.
# NOT RUN { gs4_example("mini-gap") %>% gs4_browse() # }
Run the code above in your browser using DataLab