deleteRepository: Delete a Repository

Description Usage Arguments Value Examples

Description

Delete the specified repository. This can fail if the repository is being accessed by another client.

Usage

1

Arguments

catalog

Catalog object specifying username, password, and catalog to work on.

repo

Id for repository you want to create.

Value

Logical statement in which TRUE implies a successful deletion (invisible)

Examples

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)

baasman/allegRo documentation built on May 11, 2019, 5:22 p.m.