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

View source: R/user_groups.r

myGroupsR Documentation

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

Author(s)

Karthik Ram karthik.ram@gmail.com

Examples

## Not run: 
myGroups(mc)

## End(Not run)

ropensci/RMendeley documentation built on May 18, 2022, 8:58 a.m.