Description Usage Arguments Examples
Retrieve all the Mendeley folders
1 2 |
token |
A Token given by |
group_name |
A group name. Read group IDs through |
group_id |
A group ID. Read group IDs through |
max_objects |
The maximum number of objects (documents, folders, files...) to retreive |
condition |
Either |
1 2 3 4 5 6 7 8 | ## Not run:
token <- mendeleyr::mdl_token()
mdl_folders(token, condition = function(obj) {obj$name == "YourFolderName"})
mdl_folders(token, condition = function(obj) {
mdl_to_POSIXct(obj[["modified"]]) > mdl_to_POSIXct("2017-06-14T00:00:00Z")
})
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.