service: Create a service object

Description Usage Arguments Value Examples

Description

Create a service object

Usage

1

Arguments

url

The url for your AllegroGraph server

user

Username for user accessing store, if necessary

password

Password for user accessing store, if necessary

testConnection

Should the connection be tested? It can be tested seperately as well. Defaults to FALSE

Value

S3 Object of type "service", which states the url, username, and password for the user

Examples

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

## End(Not run)

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