Learn R Programming

teal.code (version 0.6.1)

get_env: Access environment included in qenv

Description

The access of environment included in the qenv that contains all data objects.

Usage

get_env(object)

Value

An environment stored in qenv with all data objects.

Arguments

object

(qenv).

Examples

Run this code
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