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

View source: R/user_folder_documents.r

folderDocsR Documentation

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

Author(s)

Karthik Ram karthik.ram@gmail.com

Examples

## Not run: 
folderDocs(mc, '22468211')

## End(Not run)

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