Learn R Programming

googlesheets (version 0.2.0)

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

  • nothing

Examples

Run this code
gap_ss <- gs_gap()
gs_browse(gap_ss)
gs_browse(gap_ss, ws = 3)
gs_browse(gap_ss, ws = "Europe")

Run the code above in your browser using DataLab