| get_env | R Documentation |
Get the enclosed environment of an R6 object
get_self_env(x)
get_priv_env(x)
get_super_env(x)
x |
An R6 object. |
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.
An environment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.