yacmode: yacmode interface
Description
Interactive interface to the yacas
Usage
yacmode(enable_history = TRUE)
Value
Output of yacas is returned.
invisible NULL
Arguments
- enable_history
Use R
history such that previous yacas commands can be used. Default is TRUE
.
Details
The user types valid yacas input and presses return. Type 'quit' to return
to R prompt.