127 introduce within.qenv - #149
Conversation
Code Coverage SummaryDiff against mainResults for commit: eea0513 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
@gogonzo In the current form (Calls and call lists will not work, it has to be a single The problem(?) is substitution is not available in these cases. The question is: do we care? Because I can make it work but then |
gogonzo
left a comment
There was a problem hiding this comment.
I think that warning is not needed for single symbol
gogonzo
left a comment
There was a problem hiding this comment.
Please try to write tests with single expectation and precise description.
|
respect |
Closes #127
Added an
S3withinmethod for classqenvwhich is a wrapper foreval_code.Usage:
within(data, expr, ...)within.qenvis created for convenience and accepts only inline expressions, not language or character variables, nor literal strings.The
...argument can be used to inject values intoexprbefore evaluation.EXAMPLES
Evaluate simple or compound expressions in
qenv.Inject value into
expr.Inject value with variable.