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)
if (FALSE) { # gs4_has_token()
gs4_examples()
gs4_examples("gap")
gs4_example("gapminder")
gs4_example("deaths")
}