publications: publications.R: A Stats Method (Public Methods)

View source: R/publications.R

publicationsR Documentation

publications.R: A Stats Method (Public Methods)

Description

publications.R: A Stats Method (Public Methods)

Usage

publications(discipline = NULL, upandcoming = FALSE,
  url = "http://api.mendeley.com/oapi/stats/publications/",
  key = getOption("MendeleyKey", stop("need an API key for Mendeley")), ...,
  curl = getCurlHandle())

Arguments

discipline

a numeric code indicating the discipline

upandcoming

logical: give recent/trending top authors only?

url

Mendeley API URL (don't change this)

key

Mendeley API key (otherwise will try and load from package)

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

## Not run: 
publications()
publications('6', up=T, verbose=T)

## End(Not run)

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