Creating a sheet requires either a template or a set of columns
(see https://smartsheet.redoc.ly/tag/sheets#operation/create-sheet-in-sheets-folder). This function only
allows for the columns option.
Logical; whether to use the rownames as the Primary Column
Details
The Smartsheet API 2.0 uses two calls for creating a sheet with data.
The first is a call to create a sheet and populate the columns (analogous to
ss_write_sheet_columns). The second is to add rows (analogous to
ss_add_rows). ss_write_sheet accomplishes both of these steps.