Learn R Programming

rscala (version 2.5.3)

.rscalaOptions: Set global options

Description

This function can be used to set rscala's global options before any packages that depend on rscala are loaded. Using the function is equivalent to using the options function with the arguments rscala.scala.home, rscala.heap.maximum, and/or rscala.command.line.options.

Usage

.rscalaOptions(scala.home=NULL, heap.maximum=NULL, command.line.options=NULL)

Arguments

scala.home

See the scala function.

heap.maximum

See the scala function.

command.line.options

See the scala function.

See Also

scala

Examples

Run this code
# NOT RUN {
.rscalaOptions(heap.maximum="2G")
# }

Run the code above in your browser using DataLab