Learn R Programming

teal.code (version 0.6.0)

show,qenv-method: Display qenv object

Description

Prints the qenv object.

Usage

# S4 method for qenv
show(object)

Value

object, invisibly.

Arguments

object

(qenv)

Examples

Run this code
q <- qenv()
q1 <- eval_code(q, expression(a <- 5, b <- data.frame(x = 1:10)))
q1

Run the code above in your browser using DataLab