example-sheets: Examples of Google Sheets

Description Usage Details Value Functions Examples

Description

These functions return information on some Google Sheets we've published to the web for use in examples and testing. For example, function names that start with gs_gap_ refer to a spreadsheet based on the Gapminder data, which you can visit it in the browser:

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

Details

Value

the key, browser URL, worksheets feed or googlesheet object corresponding to one of the example sheets

Functions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
gs_gap_key()
gs_gap_url()
browseURL(gs_gap_url())
gs_gap_ws_feed() # not so interesting to a user!
gs_gap()

gs_ff_key()
gs_ff_url()
gs_ff()
gs_browse(gs_ff())

## End(Not run)

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