RMendeley (version 1.2)

groupDocs: groupDocs - returns a list of documents in a group.

Description

groupDocs - returns a list of documents in a group.

Usage

groupDocs(mc = NULL, group_id = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
group_id
Private 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: 
# groupDocs(mc, group_id='530031')
# ## End(Not run)

Run the code above in your browser using DataLab