View source: R/ss_list_sheet_shares.R
ss_list_sheet_shares | R Documentation |
List share data for a given sheet
ss_list_sheet_shares(ss_id)
ss_id |
The sheetId, permalink, or name of the Smartsheet sheet to read |
A dataframe
## Not run:
ss_id = ss_sheetid(ss_write_sheet(paste0("smartsheetr-example-",random_sheet_name())))
ss_list_sheet_shares(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.