View source: R/user_delete_folder.r
deleteFolder | R Documentation |
<longer description>
deleteFolder(mc = NULL, name = NULL, ..., curl = getCurlHandle())
mc |
OAuth object of class MendeleyCredentials |
name |
name of folder to be removed |
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). |
Karthik Ram karthik.ram@gmail.com
## Not run: deleteFolder(mc, 'folder_name') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.