ctx_s
Returns the value of the named variable from the R environment associated with the context.
i1 : ctx = RContext "x <- 42L" o1 = ctx o1 : RContext
i2 : ctx_"x" --error or time limit reached in conversion of output to net: type 'debugError()' to run it again; will try conversion to string o2 = 42 o2 : RObject of type integer
The source of this document is in RInterface/doc/context.m2:92:0.