vetr icon indicating copy to clipboard operation
vetr copied to clipboard

Avoid additional `match.call` Call Until Needed

Open brodieG opened this issue 5 years ago • 0 comments

In success case, we should not need to match.call the user call. Can it be avoided?

More generally, the match.call used within functions should be avoidable by using a wrapper to functions (See #66) so that information is "compiled" in and does not need to be regenerated each time the function is called.

brodieG avatar Mar 07 '19 18:03 brodieG