coco.start {CoCoCore}R Documentation

Enter a CoCo object

Description

CoCo is started within R, and CoCo commands are then expected from standard input.

coco.resume will enter an existing CoCo object.

Usage

coco.start(n = 131072, p = 65536, q = 1024, 
           r = 65536, s = 65536, ss = 65536, t = 65536)

coco.resume(object = .current.coco)

Arguments

n See coco.init.
p See coco.init.
q See coco.init.
r See coco.init.
s See coco.init.
ss See coco.init.
t See coco.init.
object See endCoCo.

Details

These functions are to be called with care.

Value

NULL

ToDo

This will crash both CoCo and R under Windows.

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

coco.init.


[Package CoCoCore version 0.1.6.8 Index]