| gs4_get {googlesheets4} | R Documentation |
Get Sheet metadata
Description
Retrieve spreadsheet-specific metadata, such as details on the individual (work)sheets or named ranges.
-
gs4_get()complementsgoogledrive::drive_get(), which returns metadata that exists for any file on Drive.
Usage
gs4_get(ss)
Arguments
ss |
Something that identifies a Google Sheet:
Processed through |
Value
A list with S3 class googlesheets4_spreadsheet, for printing
purposes.
See Also
Wraps the spreadsheets.get endpoint:
Examples
gs4_get(gs4_example("mini-gap"))
[Package googlesheets4 version 1.1.1 Index]