get_env {eplusr} | R Documentation |
Get the enclosed environment of an R6 object
Description
Get the enclosed environment of an R6 object
Usage
get_self_env(x)
get_priv_env(x)
get_super_env(x)
Arguments
x |
An R6 object. |
Details
get_super_env()
returns the super
enclosed environment of an R6::R6Class()
object.
get_self_env()
returns the self
enclosed environment of an R6::R6Class()
object.
get_priv_env()
returns the private
enclosed environment of an R6::R6Class()
object.
Value
An environment.
[Package eplusr version 0.16.3 Index]