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" o2 = [1] 42 o2 : RObject of type integer
The source of this document is in RInterface/doc/context.m2:92:0.