googlesheets (version 0.1.0)

example-sheets: Examples of Google Sheets

Description

These functions return information on some public Google Sheets we've made available for examples and testing. For example, function names that include gap refer to a spreadsheet based on the Gapminder data. This sheet is "published to the web" and you can visit it in the browser:

Usage

gs_gap_key()

gs_gap_url()

gs_gap_ws_feed(visibility = "public")

gs_gap()

Arguments

visibility
either "public" (the default) or "private"; used when producing a worksheets feed

Value

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

Details

  • https://w3id.org/people/jennybc/googlesheets_gap_url{Gapminder sheet}

Examples

Run this code
gs_gap_key()
gs_gap_url()
browseURL(gs_gap_url())
gs_gap_ws_feed() # not so interesting to a user!
gs_gap()

Run the code above in your browser using DataCamp Workspace