Learn R Programming

rscala (version 1.0.15)

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

"close"(con, ...)

Arguments

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