authorStats: authorStats - Returns list of top 5 authors in your library.

View source: R/user_author_stats.r

authorStatsR Documentation

authorStats - Returns list of top 5 authors in your library.

Description

authorStats - Returns list of top 5 authors in your library.

Usage

authorStats(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

List

Author(s)

Karthik Ram karthik.ram@gmail.com

Examples

## Not run: 
authorStats(mendeley_oauth_cred)

## End(Not run)

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