Learn R Programming

googlesheets4 (version 0.1.0)

sheets_id: sheets_id object

Description

Holds a spreadsheet identifier, i.e. a string. This is what the Sheets and Drive APIs refer to as spreadsheetId and fileId, respectively. Any object of class sheets_id will also have the drive_id class, which is used by googledrive for the same purpose.

This means you can pipe a sheets_id object straight into googledrive functions for all your Google Drive needs that have nothing to do with the file being a spreadsheet. Examples: examine or change file name, path, or permissions, copy the file, or visit it in a web browser.

Arguments

See Also

as_sheets_id()

Examples

Run this code
# NOT RUN {
sheets_example("mini-gap")
# }

Run the code above in your browser using DataLab