scalaLast | R Documentation |
This function retrieves the last result from the supplied Scala bridge.
scalaLast(bridge = scalaFindBridge())
bridge |
A Scala bridge |
scalaFindBridge
s <- scala()
s * "2+3"
scalaLast(s)
close(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.