Description Usage Arguments Value Examples
Remove duplicate triples from the repository
1 | deleteDuplicates(repository, mode = NULL, commit = NULL)
|
repository |
Object of type repository specifying server details and repository to work on. |
mode |
A string (default: spog) |
commit |
Commit defaults to true if the connection has autocommit mode on. |
An ag delete object that states whether delete was successful or not (invisible)
1 2 3 4 5 6 | ## Not run:
service = createService("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
deleteDuplicates(rep)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.