gs_browse: Visit a Google Sheet in the browser

Description Usage Arguments Value Examples

View source: R/gs_browse.R

Description

Visit a Google Sheet in the browser

Usage

1
gs_browse(ss, ws = 1)

Arguments

ss

a registered Google spreadsheet, i.e. a googlesheet object

ws

positive integer or character string specifying index or title, respectively, of the worksheet

Value

the googlesheet object given as input, invisibly

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

jennybc/googlesheets documentation built on Feb. 8, 2022, 11:48 p.m.