Description Usage Arguments Value Warning Examples
Get all duplicate statements
1 |
repository |
Object of type repository specifying server details and repository to work on. |
A matrix containing all duplicate statements
This is slow on large repositories, even if no duplicates exist.
1 2 3 4 5 6 | ## Not run:
service = createService("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
getDuplicates(rep)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.