View source: R/ss_replace_sheet.R
ss_replace_sheet | R Documentation |
Replace the contents of a sheet with a new data frame
ss_replace_sheet(ss_id, data)
ss_id |
The sheetId, permalink, or name of the Smartsheet sheet to read |
data |
A data frame |
A named list of ss_resp objects
## Not run:
ss_id = ss_sheetid(ss_write_sheet(paste0("smartsheetr-example-",random_sheet_name())))
ss_replace_sheet(ss_id, data=mtcars)
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.