remote_server: Class for remote server

Description Format Value Methods Public fields Methods

Description

Stores information needed to connect to a remote user

Format

R6Class object.

Value

Object of R6Class with methods for communication with lightning-viz server.

Methods

new

Make new instance of this class

Public fields

server

Address of the server

user

User name

port

Port of remote server

Methods

Public methods


Method new()

Usage
remote_server$new(server, user, port = 22)

Method clone()

The objects of this class are cloneable with this method.

Usage
remote_server$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


zachary-foster/qsubmitter documentation built on Nov. 27, 2020, 3:23 a.m.