RMendeley (version 1.2)

folderDocs: folderDocs - Returns list of documents in a specific folder.

Description

folderDocs - Returns list of documents in a specific folder.

Usage

folderDocs(mc = NULL, folder_id = NULL, page = NULL, items = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
folder_id
...
page
...
items
...
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: 
# folderDocs(mc, '22468211')
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace