get_var: Get object from 'qenv'

View source: R/qenv-get_var.R

get_varR Documentation

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 class 'qenv.error'
x[[i]]

Arguments

...

function is deprecated.

x

(qenv)

i

(character(1)) variable name.


teal.code documentation built on Aug. 19, 2025, 1:14 a.m.