Learn R Programming

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

rscala (version 2.5.3)

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

Copy Link

Version

Install

install.packages('rscala')

Monthly Downloads

433

Version

2.5.3

License

GPL (>= 2) | BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

David B Dahl

Last Published

April 11th, 2018

Functions in rscala (2.5.3)

scalaSettings

Settings of a Scala Instance
strintrplt

String Interpolation with Arbitrary R Code
.rscalaOptions

Set global options
scalaConvert

Convert an R object to a Scala reference.
close

Closes the Resources of a Scala Interpreter
scala

Create an Instance of an Embedded Scala Interpreter
print

String Representation of a Scala Interpreter, Reference, or Function
rscala-package

Bi-Directional Interface Between R and Scala with Callbacks
%~%

Execute Code, Set Values, and Get Values in a Scala Interpreter
is.scalaReference

Tests whether an object is a Scala reference.
scalaRequire

Add a JAR to the Classpath of an Existing Scala Instance