RMendeley (version 1.2)

groupDocInfo: groupDocInfo - Returns metadata for a document in a group.

Description

groupDocInfo - Returns metadata for a document in a group.

Usage

groupDocInfo(mc = NULL, group_id = NULL, document_id = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
group_id
...
document_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: 
# groupDocInfo(mc,1377653 ,4402412575)
# ## End(Not run)

Run the code above in your browser using DataLab