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