Description Usage Arguments Value Examples
Delete the specified repository. This can fail if the repository is being accessed by another client.
1 | deleteRepository(catalog, repo)
|
catalog |
Catalog object specifying username, password, and catalog to work on. |
repo |
Id for repository you want to create. |
Logical statement in which TRUE implies a successful deletion (invisible)
1 2 3 4 5 6 7 | ## Not run:
service = service("localhost","user","password")
cat = catalog(service,"root")
createRepository(cat,repo = "repotodelete")
deleteRepository(cat,repo = "repotodelete")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.