froth-reset {froth}R Documentation

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()

Value

None; called to reset internal froth stacks.

Author(s)

Aidan Lakshman ahl27@pitt.edu

Examples

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

[Package froth version 1.1.0 Index]