Learn R Programming

rscala (version 3.2.18)

scalaJARs: Add JAR Files to Classpath

Description

This function is no longer needed but remains until all packages based on rscala are updated. It does *not* affect the classpath.

Usage

scalaJARs(JARs, bridge = scalaFindBridge())

Arguments

JARs

Character vector whose elements are some combination of individual JAR files or package names which contain embedded JARs. These JAR files are added to the runtime classpath.

bridge

A Scala bridge from the scala function.

If the JARs argument is missing, a character vector of loaded JARs is returned.

Value

Returns NULL, invisibly.

See Also

scalaFindBridge