print.jobjRef {rJava} | R Documentation |
Prints a Java object by calling its toString()
method
print.jobjRef(x, ...) print.jarrayRef(x, ...)
x |
Java object reference to print |
... |
Additional parameters passed to chained print |
Returns the object x
invisibly.