View source: R/user_delete_group.r
deleteGroup | R Documentation |
deleteGroup - Delete a group for which you have owner permissions.
deleteGroup(mc, group, ask = TRUE, ..., curl = getCurlHandle())
mc |
OAuth object of class MendeleyCredentials |
group |
group id. |
ask |
logical. Default is TRUE to verify deletion. To skip this step, set ask to FALSE. |
curl |
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint) |
... |
optional additional curl options (debugging tools mostly). |
Karthik Ram karthik.ram@gmail.com
## Not run: deleteGroup(mc, 'group name') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.