Learn R Programming

googlesheets4 (version 0.1.0)

sheets_example: File IDs of example Sheets

Description

googlesheets4 ships with static IDs for some world-readable example Sheets for use in examples and documentation. These functions make them easy to access by a nickname.

Usage

sheets_example(name = names(sheets_examples()))

sheets_examples()

Arguments

name

Nickname of an example Sheet.

Value

  • sheets_example(): a single sheets_id object

  • sheets_examples(): a named character vector of all built-in examples

Examples

Run this code
# NOT RUN {
sheets_examples()

sheets_example("gapminder")
# }

Run the code above in your browser using DataLab