RMendeley (version 1.2)

leaveGroup: The following methods will quit membership from a group

Description

The following methods will quit membership from a group

Usage

leaveGroup(mc = NULL, group = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
group
group id.
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: 
# leaveGroup(mc, ...)
# ## End(Not run)

Run the code above in your browser using DataLab