atlas.connect {atlas}R Documentation

Connects to ATLAS instance

Description

Attempts to connect to ATLAS instance using URL:PORT

Usage

atlas.connect(url)

Arguments

url

url address of a running ATLAS instance, usually containing port information

Value

data frame containing connection information used for all other accessory functions

Examples

atlas.connect("http://localhost:8080")


[Package atlas version 1.0.0 Index]