Learn R Programming

googlesheets4 (version 0.1.0)

sheets_browse: Visit Sheet in browser

Description

Visits a Google Sheet in your default browser, if session is interactive.

Usage

sheets_browse(ss)

Arguments

ss

Something that identifies a Google Sheet: its file ID, a URL from which we can recover the ID, or a dribble, which is how googledrive represents Drive files. Processed through as_sheets_id().

Value

The Sheet's browser URL, invisibly.

Examples

Run this code
# NOT RUN {
sheets_example("mini-gap") %>% sheets_browse()
# }

Run the code above in your browser using DataLab