Learn R Programming

rscala (version 3.2.6)

scalaLast: Retrieve the Last Scala Computation

Description

This function retrieves the last result from the supplied rscala bridge.

Usage

scalaLast(bridge = scalaFindBridge())

Arguments

bridge

An rscala bridge

See Also

scalaFindBridge

Examples

Run this code
# NOT RUN {
s <- scala()
s * "2+3"
scalaLast(s)
close(s)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab