Learn R Programming

froth (version 1.1.0)

froth-reset: Reset the froth session

Description

Resets the froth session to defaults. This deletes any user-defined functions and variables, and clears the stack.

Usage

froth.reset()

Arguments

Value

None; called to reset internal froth stacks.

Author

Aidan Lakshman ahl27@pitt.edu

Examples

Run this code
froth.RDefine("rnorm", rnorm, 3L)
froth.reset()
froth.parse("5 0 1 rnorm .s")
# fr> rnorm ?

Run the code above in your browser using DataLab