Evaluate the code in the qenv
environment
eval_code.Rd
Given code is evaluated in the qenv
environment and appended to the code
slot. This means
that state of the environment is always a result of the stored code (if qenv
was initialized)
with reproducible code.
Usage
eval_code(object, code)
# S4 method for qenv,expression
eval_code(object, code)
# S4 method for qenv,language
eval_code(object, code)
# S4 method for qenv,character
eval_code(object, code)
# S4 method for qenv.error,ANY
eval_code(object, code)