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

# S3 method for RserveConnection
print(x, ...)
# S3 method for RserveConnection
==(e1, e2)
# S3 method for 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

Simon Urbanek