Learn R Programming

rscala (version 2.3.5)

scalaSettings: Settings of the Scala Interpreter

Description

When only the interpreter is provided, this function retrieves information about the interpreter. Otherwise, the code interpolation setting can be modified.

Usage

scalaSettings(interpreter, interpolate=NULL, info=NULL)

Arguments

interpreter

A Scala interpreter from the constructor (i.e. scala).

interpolate

If TRUE, the interpreter will call strintrplt before running code.

info

An argument that cannot be set by the user.

See Also

scala, strintrplt