ss_add_rows | R Documentation |
Add rows to a sheet.
ss_add_rows(ss_id, data, column_ids = NULL)
ss_id |
The sheetId, permalink, or name of the Smartsheet sheet to read |
data |
A data frame of rows to be added |
column_ids |
A vector of the columnIds of the smartsheets sheetId. If |
A ss_addrows_resp
object
## Not run:
ss_id = ss_sheetid(ss_write_sheet(paste0("smartsheetr-example-",random_sheet_name())))
ss_add_rows(ss_id, data.frame("PK"="1"))
ss_read_sheet(ss_id)
# clean up
ss_delete_sheet(ss_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.