powered by
This function retrieves the last result from the supplied Scala bridge.
scalaLast(bridge = scalaFindBridge())
A Scala bridge
scalaFindBridge
# \donttest{ s <- scala() s * "2+3" scalaLast(s) close(s) # }
Run the code above in your browser using DataLab