Creates an entirely new (spread)Sheet (or, in Excel-speak, workbook). Optionally, you can also provide names and/or data for the initial set of (work)sheets. Any initial data provided via sheets is styled as a table, as described in sheet_write().
gs4_create(name = gs4_random(),..., sheets =NULL)
Arguments
name: The name of the new spreadsheet.
...: Optional spreadsheet properties that can be set through this API endpoint, such as locale and time zone.
sheets: Optional input for initializing (work)sheets. If unspecified, the Sheets API automatically creates an empty "Sheet1". You can provide a vector of sheet names, a data frame, or a (possibly named) list of data frames. See the examples.