Learn R Programming

rscala (version 2.5.3)

scalaSettings: Settings of a Scala Instance

Description

This function retrieves information about a Scala instance when using the default values of function arguments. Otherwise, the code interpolation and show snippet settings can be modified.

Usage

scalaSettings(interpolate=NULL, show.snippet=NULL, info=NULL,
              interpreter=findScalaInstance())

Arguments

interpolate

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

show.snippet

If TRUE, the code for the conversion of Scala function arguments will be displayed (for debugging purposes).

info

An argument that cannot be set by the user.

interpreter

A Scala instance resulting from or side effect of scala, scala2, or scala3.

See Also

scala, strintrplt