Learn R Programming

rscala (version 1.0.6)

close: Closes the resources associated with an interpreter.

Description

This function closes (i.e., frees) the resources associated with an interpreter. Subsequent uses of the interpreter object will fail.

Usage

## S3 method for class 'ScalaInterpreter':
close(con, ...)

Arguments

con
An interpreter from an interpreter constructor (i.e. scalaInterpreter).
...
Currently ignored.