inst/doc/alternative-browser.R

## ------------------------------------------------------------------------
getOption("browser")

## ----eval = FALSE--------------------------------------------------------
#  library(googlesheets)
#  
#  op <- options(browser = "/usr/bin/open -a '/Applications/Google Chrome.app'")
#  #op <- options(browser = "/usr/bin/open -a '/Applications/Safari.app'")
#  gs_auth()
#  options(op)

## ----eval = FALSE--------------------------------------------------------
#  library(withr)
#  library(googlesheets)
#  
#  with_options(
#    #  list(browser = "/usr/bin/open -a '/Applications/Safari.app'"),
#    list(browser = "/usr/bin/open -a '/Applications/Google Chrome.app'"),
#    gs_auth()
#  )

Try the googlesheets package in your browser

Any scripts or data that you put into this service are public.

googlesheets documentation built on May 2, 2019, 1:57 p.m.