
Last chance! 50% off unlimited learning
Sale ends in
googlesheets4 makes a variety of world-readable example Sheets available for
use in documentation and reprexes. These functions help you access the
example Sheets. See vignette("example-sheets", package = "googlesheets4")
for more.
gs4_examples(matches)gs4_example(matches)
A regular expression that matches the name of the desired
example Sheet(s). matches
is optional for the plural gs4_examples()
and, if provided, it can match multiple Sheets. The singular
gs4_example()
requires matches
and it must match exactly one Sheet.
# NOT RUN {
gs4_examples()
gs4_examples("gap")
gs4_example("gapminder")
gs4_example("deaths")
# }
Run the code above in your browser using DataLab