docInfo: docInfo - returns citation info for a specific paper

View source: R/user_docInfo.r

docInfoR Documentation

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).

Author(s)

Karthik Ram karthik.ram@gmail.com

Examples

## Not run: 
docInfo(mc, '4388654895')

## End(Not run)

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