powered by
qenv
The access of environment included in the qenv that contains all data objects.
get_env(object)
An environment stored in qenv with all data objects.
environment
(qenv).
q <- qenv() q1 <- within(q, { a <- 5 b <- data.frame(x = 1:10) }) get_env(q1)
Run the code above in your browser using DataLab