get_env | R Documentation |
qenv
The access of environment included in the qenv
that contains all data objects.
get_env(object)
object |
( |
An environment
stored in qenv
with all data objects.
q <- qenv()
q1 <- within(q, {
a <- 5
b <- data.frame(x = 1:10)
})
get_env(q1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.