listRepositories: List all repositories in chosen catalog

Description Usage Arguments Value Examples

Description

Return a list of repositories available in the catalog.

Usage

1

Arguments

catalog

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

all

Default FALSE. If TRUE, then all repositories of all catalogs will be returned

Value

A list of all repositories in the catalog. Will show all repositories if all is set to TRUE

Examples

1
2
3
4
5
6
## Not run: 
service = service("localhost","user","password")
cat = catalog(service,"root")
listRepositories(cat)

## End(Not run)

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