addFolderDoc: Allows authenticated users to add a document to an specific...

View source: R/user_add_doc_folder.r

addFolderDocR Documentation

Allows authenticated users to add a document to an specific folder. The document must exists on the library

Description

Allows authenticated users to add a document to an specific folder. The document must exists on the library

Usage

addFolderDoc(mc = NULL, folder, doc, ..., curl = getCurlHandle())

Arguments

mc

OAuth object of class MendeleyCredentials

folder

Folder Name

doc

document...

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: 
addFolderDoc(mc, '23423', '12321312')

## End(Not run)

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