RMendeley (version 1.2)

deleteGroup: deleteGroup - Delete a group for which you have owner permissions.

Description

deleteGroup - Delete a group for which you have owner permissions.

Usage

deleteGroup(mc, group, ask = TRUE, ..., curl = getCurlHandle())

Arguments

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).

Examples

Run this code
## Not run: 
# deleteGroup(mc, 'group name')
# ## End(Not run)

Run the code above in your browser using DataLab