HenrikBengtsson/R.matlab

evaluatec() or evaluate(..., capture=TRUE)?

Closed this issue · 1 comments

Should the new evalc feature be handled by evaluate() as an extra argument or by a separate function evaluatec()?

The 'c' in 'evalc' stands for capture as in 'Evaluate MATLAB expression with capture'. Thus, it certainly makes sense to add an argument 'capture' to evaluate() instead of introducing a new function.