Description Usage Arguments Examples
If a two documents have the same file, we consider that one of them is duplicated. It's better to review manually the entries.
1 | mdl_docs_with_common_files(token, group_name = NULL, group_id = NULL)
|
token |
A Token given by |
group_name |
A group name. Read group IDs through |
group_id |
A group ID. Read group IDs through |
1 2 3 4 5 6 7 | ## Not run:
token <- mdl_token()
docs <- mdl_docs_with_common_files(token, group_name = "mygroup")
View(docs$remove)
mdl_delete_document(token, docs$remove$document_id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.