An RContext is a wrapper around an R environment that keeps track of variable bindings across a series of R computations.
Create an empty context with new RContext:
|
Alternatively, pass an R code string to initialize the context with variable bindings. See new RContext from String.
The object RContext is a self initializing type, with ancestor classes MutableHashTable < HashTable < Thing.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/RInterface/doc/context.m2:27:0.