Learn R Programming

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

rscala (version 1.0.6)

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 2.10 and 2.11 are supported.

Copy Link

Version

Install

install.packages('rscala')

Monthly Downloads

210

Version

1.0.6

License

GPL (>= 2) | BSD_3_clause + file LICENSE

Maintainer

David B Dahl

Last Published

May 15th, 2015

Functions in rscala (1.0.6)

strintrplt

Performs string interpolation with arbitrary R code.
print

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

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

Changes the runtime behavior of an embedded interpreter.
rscala-package

Bi-directional interface between Rand Scala with callbacks.
eval

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

Closes the resources associated with an interpreter.