Learn R Programming

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

rscala (version 1.0.15)

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.10.x, 2.11.x, and 2.12.x series are supported.

Copy Link

Version

Install

install.packages('rscala')

Monthly Downloads

99

Version

1.0.15

License

GPL (>= 2) | BSD_3_clause + file LICENSE

Maintainer

David B Dahl

Last Published

February 8th, 2017

Functions in rscala (1.0.15)

scalaSettings

Changes the runtime behavior of an embedded interpreter.
strintrplt

Performs string interpolation with arbitrary R code.
rscala-package

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

Closes the resources associated with an interpreter.
print

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

Execute code, set values, and get values in 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.