coco.load {CoCoCore}R Documentation

Load CoCo

Description

Internal CoCoCore function: Load the dynamic linked or shared library with CoCo, and assign necessary variables in .GlobalEnv.

Usage

coco.load(sh.lib.name = NULL)

Arguments

sh.lib.name The name of the library.

Details

This function is not to be called by the user.

Value

See dyn.load. Some teen variables starting with dot, ".", are assigned in .GlobalEnv.

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]