Retrieve spreadsheet-specific metadata, such as details on the individual
(work)sheets or named ranges.
gs4_get() complements googledrive::drive_get(), which
returns metadata that exists for any file on Drive.
Usage
gs4_get(ss)
Arguments
ss
Something that identifies a Google Sheet: its file ID, a URL from
which we can recover the ID, an instance of googlesheets4_spreadsheet
(returned by gs4_get()), or a dribble, which
is how googledrive represents Drive files. Processed through
as_sheets_id().
Value
A list with S3 class googlesheets4_spreadsheet, for printing
purposes.