RMendeley (version 1.2)

docInfo: docInfo - returns citation info for a specific paper

Description

returns citation info for a specific paper, such as authors, user tags, publication outlet, year, abstract, PubMed ID if available, etc.

Usage

docInfo(mc = NULL, id = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
id
Document id (retrieved with /oapi/library/)
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: 
# docInfo(mc, '4388654895')
# ## End(Not run)

Run the code above in your browser using DataLab