RC-methods: Methods for the RserveConnection class

RC-methodsR Documentation

Methods for the RserveConnection class

Description

Basic methods (printing, comparison) for the RserveConnection class.

Usage

## S3 method for class 'RserveConnection'
print(x, ...)
## S3 method for class 'RserveConnection'
e1 == e2
## S3 method for class 'RserveConnection'
e1 != e2

Arguments

x

Rserve connection object

e1

Rserve connection object

e2

Rserve connection object

...

ignored

Value

print returns x invisibly

== and != return a logical scalar

Author(s)

Simon Urbanek


RSclient documentation built on Nov. 29, 2022, 9:05 a.m.