RMendeley (version 1.2)

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

Examples

Run this code
## Not run: 
# mendeley_library(mc)
# mendeley_library(mc, 2)
# mendeley_library(mc, 1, 25)
# ## End(Not run)

Run the code above in your browser using DataLab