RMendeley (version 1.2)

myGroups: myGroups - returns a list of Mendeley groups that you belong to.

Description

myGroups - returns a list of Mendeley groups that you belong to.

Usage

myGroups(mc = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
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).

Value

data.frame

Examples

Run this code
## Not run: 
# myGroups(mc)
# ## End(Not run)

Run the code above in your browser using DataLab