Learn R Programming

atlas (version 1.0.0)

atlas.connect: 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

Run this code
# NOT RUN {
atlas.connect("http://localhost:8080")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab