Inspect a call
This function is useful for quick testing and debugging when you
manipulate expressions and calls. It lets you check that a function
is called with the right arguments. This can be useful in unit
tests for instance. Note that this is just a simple wrapper around
base::match.call()
.
call_inspect(...)
... |
Arguments to display in the returned call. |
call_inspect(foo(bar), "" %>% identity())
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.