Learn R Programming

rscala (version 1.0.6)

print: Prints or returns a character representation of an interpreter or a reference.

Description

These functions print or return a character representation of an interpreter or a reference.

Usage

## S3 method for class 'ScalaInterpreter':
print(x, ...)
## S3 method for class 'ScalaInterpreter':
toString(x, ...)
## S3 method for class 'ScalaInterpreterReference':
print(x, ...)
## S3 method for class 'ScalaInterpreterReference':
toString(x, ...)
## S3 method for class 'ScalaInterpreterItem':
print(x, ...)
## S3 method for class 'ScalaInterpreterItem':
toString(x, ...)

Arguments

x
An interpreter from an interpreter constructor (i.e. scalaInterpreter) or a reference from an interpreter.
...
Currently ignored.