Learn R Programming

⚠️There's a newer version (3.2.25) of this package.Take me there.

rscala (version 1.0.13)

Bi-Directional Interface Between R and Scala with Callbacks

Description

The Scala interpreter is embedded in R and callbacks to R from the embedded interpreter are supported. Conversely, the R interpreter is embedded in Scala. Scala versions in the 2.11.x series are supported.

Copy Link

Version

Install

install.packages('rscala')

Monthly Downloads

210

Version

1.0.13

License

GPL (>= 2) | BSD_3_clause + file LICENSE

Maintainer

David B Dahl

Last Published

July 8th, 2016

Functions in rscala (1.0.13)

rscala-package

Bi-directional interface between R and Scala with callbacks.
strintrplt

Performs string interpolation with arbitrary R code.
intpSettings

Changes the runtime behavior of an embedded interpreter.
constructor

Creates an instance of an embedded Scala compiler/interpreter. Provides file path for Scala and this package's JAR file. Provides functions to enable other packages to depend on this package.
print

Prints or returns a character representation of an interpreter or a reference.
close

Closes the resources associated with an interpreter.
eval

Execute code, set values, and get values in an embedded interpreter.