get_var: Get object from qenv
Description
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.