catalog: Create a catalog object

Description Usage Arguments Value Examples

Description

Create a catalog object

Usage

1

Arguments

service

Object of type service on which your catalog is located

catalog

Character string specifying your catalog

testConnection

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

Value

S3 Object of type "catalog", which states the url, username, and password and catalog

Examples

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

## End(Not run)

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