DWE {utilitiesR}R Documentation

*D*isplays a command, *W*aits, and *E*xecutes.

Description

This displays a command, waits for the user to press enter, and then executes the command. Useful for interactive demos.

Usage

  DWE(str)

Arguments

str

the command to evaluate

Value

the result of the expression

See Also

Other demo: evaluate, evaluateSplit, PEv, wait


[Package utilitiesR version 1.8.2 Index]