froth-reset {froth} | R Documentation |
Resets the froth session to defaults. This deletes any user-defined functions and variables, and clears the stack.
froth.reset()
None; called to reset internal froth stacks.
Aidan Lakshman ahl27@pitt.edu
froth.RDefine("rnorm", rnorm, 3L)
froth.reset()
froth.parse("5 0 1 rnorm .s")
# fr> rnorm ?