RC-methods {RSclient} | R 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
[Package RSclient version 0.7-10 Index]