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