RMendeley (version 1.2)

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

Examples

Run this code
## Not run: 
# addFolderDoc(mc, '23423', '12321312')
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace