Learn R Programming

rscala (version 1.0.6)

rscala-package: Bi-directional interface between Rand Scala with callbacks.

Description

This package embeds: i. the Rinterpreter in Scala, and ii. the Scala compiler/interpreter in R(with callbacks to R).

Arguments

See Also

scalaInterpreter, intpEval, intpSet, intpGet, intpDef, intpSettings, strintrplt

Examples

Run this code
s <- scalaInterpreter()
ss$a <- pi
cat("The value of pi is ",s$a,"\n",sep="")

Run the code above in your browser using DataLab