Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gs_browse

Visit a Google Sheet in the browser


Description

Visit a Google Sheet in the browser

Usage

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

## 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)

googlesheets

Manage Google Spreadsheets from R

v0.3.0
MIT + file LICENSE
Authors
Jennifer Bryan [aut, cre], Joanna Zhao [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.