repository: Create a repository object

Description Usage Arguments Value Examples

Description

Create a repository object

Usage

1

Arguments

catalog

Object of type catalog on which your repository is located

repository

Character string specifying your repository

testConnection

Defaults to FALSE. If TRUE, will try to perform a simple command to test connection

Value

S3 Object of type "repository", which states the url, username, password, catalog and repository you are working on

Examples

1
2
3
4
5
6
## Not run: 
service = service("localhost","user","password",testConnection = TRUE)
cat = catalog(service,"root")
rep = repository(rep,"test")

## End(Not run)

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