runYacas {Ryacas}R Documentation

Run a yacas session directly.

Description

This command is typically used without arguments. It simply runs an ordinary interactive yacas session. Note that this command is not used to spawn the yacas server but just to interact directly with yacas independently of R.

Usage

runYacas(method = "system", yacas.args = "", yacas.init = "")

Arguments

method Can be "system" or "server". Normally not used.
yacas.args Can be used to specify the yacas command line arguments. Normally this is not used.
yacas.init Can be used to specify the yacas command line --init argument. Normally this is not used.

Value

No return value.

Examples

## Not run: 
yacasRun()
## End(Not run)

[Package Ryacas version 0.2-9 Index]