mprRun: Run a mpr session directly.

Description Usage Arguments Value Examples

View source: R/mpr.R

Description

This command runs a Mathpiper session independently of R. Use the codempr function instead if you wish to communicate between R and Mathpiper. If such communication is not needed then this function which simply launches Mathpiper with Mathpiper's own interface can be used.

Usage

1
mprRun(what = c("mpr", "colorconsole", "console", "help"))

Arguments

what

What program to run.

Value

No return value.

Examples

1
2
3
4
## Not run: 
mprRun()

## End(Not run)

ggrothendieck/rmathpiper documentation built on May 17, 2019, 4:17 a.m.