get_env: Get the enclosed environment of an R6 object

get_envR 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.


hongyuanjia/eplusr documentation built on Feb. 14, 2024, 5:38 a.m.