Instead of get_var()
use native R operators/functions:
x[[name]]
, x$name
or get()
:
Retrieve variables from the qenv
environment.
Instead of get_var()
use native R operators/functions:
x[[name]]
, x$name
or get()
:
Retrieve variables from the qenv
environment.