Description Usage Arguments Examples
Identify the permission to be deleted via email or permission ID.
1 | gs_perm_delete(ss, email = NULL, perm_id = NULL, verbose = TRUE)
|
ss |
a registered Google spreadsheet, i.e. a |
email |
The email address or domain name for the entity. |
perm_id |
The ID for the permission. |
verbose |
logical; do you want informative messages? |
1 2 3 4 5 6 7 8 9 10 11 | ## 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)
# Remove the permission for anyone
gs_perm_delete(foo, perm_id = "anyoneWithLink")
gs_delete(foo)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.