View source: R/ss_delete_sheet.R
ss_delete_sheet | R Documentation |
Delete a smartsheet
ss_delete_sheet(ss_id)
ss_id |
The sheetId, permalink, or name of the Smartsheet sheet to read |
A ss_resp
object
## Not run:
ss_id = ss_sheetid(ss_write_sheet(paste0("smartsheetr-example-",random_sheet_name())))
ss_read_sheet(ss_id)
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.