Skil: SKIL server connection

Description Usage Arguments Examples

View source: R/base.R

Description

Central class for managing connections with the SKIL server.

Usage

1
2
Skil(workspace_server_id = NULL, host = "localhost", port = 9008,
  user_id = "admin", password = "admin", debug = FALSE)

Arguments

workspace_server_id:

None by default, only specify if you want to connect to a non-default SKIL workspace server.

host:

string, Host on which the SKIL server runs.

port:

integer, Port on which the SKIL host runs.

user_id:

user name for your SKIL server connection.

password:

password of the provided SKIL user.

debug:

boolean, set to false for more verbose logging.

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(skilr)

# Connecting to SKIL
skil <- Skil(host='localhost', port=9008, user_id='admin', password='admin')


## End(Not run)

SkymindIO/skilr documentation built on May 26, 2019, 1:42 a.m.