View source: R/sheet_properties.R
| sheet_properties | R Documentation |
Reveals full metadata or just the names for the (work)sheets inside a (spread)Sheet.
sheet_properties(ss)
sheet_names(ss)
ss |
Something that identifies a Google Sheet:
Processed through |
sheet_properties(): A tibble with one row per (work)sheet.
sheet_names(): A character vector of (work)sheet names.
Other worksheet functions:
sheet_add(),
sheet_append(),
sheet_copy(),
sheet_delete(),
sheet_relocate(),
sheet_rename(),
sheet_resize(),
sheet_write()
ss <- gs4_example("gapminder")
sheet_properties(ss)
sheet_names(ss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.