Description Usage Arguments Details Value Examples
An email will be sent automatically to the entity to notify them of the permission.
1 2 3 |
ss |
a registered Google spreadsheet, i.e. a |
type |
The value "user", "group", "domain" or "anyone". |
role |
role |
commenter |
logical |
with_link |
logical; whether the link is required for this permission |
send_email |
logical; do you want to send notification emails when sharing to users or groups? |
verbose |
logical; do you want informative messages? |
Commenting is allowed by default for "owners" and "writers". Set commenter = TRUE if you want "readers" to be able to comment.
a tbl_df with information about the newly added permission.
1 2 3 4 5 6 7 8 9 | ## Not run:
foo <- gs_new("foo")
gs_perm_ls(foo)
# Add anyone as a reader:
gs_perm_add(foo, type = "anyone", role = "reader")
gs_perm_ls(foo)
gs_delete(foo)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.