get_env {teal.code} | R Documentation |
Access environment included in qenv
Description
The access of environment included in the qenv
that contains all data objects.
Usage
get_env(object)
Arguments
object |
( |
Value
An environment
stored in qenv
with all data objects.
Examples
q <- qenv()
q1 <- within(q, {
a <- 5
b <- data.frame(x = 1:10)
})
get_env(q1)
[Package teal.code version 0.6.1 Index]