Learn R Programming

teal.code (version 0.7.1)

get_var: Get object from qenv

Description

[Deprecated] Instead of get_var() use native R operators/functions: x[[name]], x$name or get():

Usage

get_var(...)

# S3 method for qenv.error [[(x, i)

Arguments

...

function is deprecated.

x

(qenv)

i

(character(1)) variable name.