| RC-methods {RSclient} | R Documentation |
Basic methods (printing, comparison) for the RserveConnection class.
## S3 method for class 'RserveConnection' print(x, ...) ## S3 method for class 'RserveConnection' e1 == e2 ## S3 method for class 'RserveConnection' e1 != e2
x |
Rserve connection object |
e1 |
Rserve connection object |
e2 |
Rserve connection object |
... |
ignored |
print returns x invisibly
== and != return a logical scalar
Simon Urbanek