Visit a Google Sheet in the browser
Visit a Google Sheet in the browser
gs_browse(ss, ws = 1)
ss |
a registered Google spreadsheet, i.e. a |
ws |
positive integer or character string specifying index or title, respectively, of the worksheet |
the googlesheet
object given as input, invisibly
## Not run: gap_ss <- gs_gap() gs_browse(gap_ss) gs_browse(gap_ss, ws = 3) gs_browse(gap_ss, ws = "Europe") ## assign and browse at once gap_ss <- gs_gap() %>% gs_browse() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.