mendeley_library: mendeley_library - Returns a list of all the documents in...

View source: R/user_library.r

mendeley_libraryR Documentation

mendeley_library - Returns a list of all the documents in your library.

Description

mendeley_library - Returns a list of all the documents in your library.

Usage

mendeley_library(mc = NULL, page = NULL, items = NULL, ...,
  curl = getCurlHandle())

Arguments

mc

Your Mendeley ROauth credentials.

page

Page number of search results

items

Number of items per page

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: 
mendeley_library(mc)
mendeley_library(mc, 2)
mendeley_library(mc, 1, 25)

## End(Not run)

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