with_trace {httptest2} | R Documentation |
Wrapper around 'trace' to untrace when finished
Description
Wrapper around 'trace' to untrace when finished
Usage
with_trace(
x,
where = topenv(parent.frame()),
print = getOption("httptest2.debug.trace", FALSE),
...,
expr
)
Arguments
x |
Name of function to trace. See |
where |
where to look for the function to be traced. |
print |
Logical: print a message every time the traced function is hit?
Default is |
... |
Additional arguments to pass to |
expr |
Code to run inside the context |
Value
The result of expr
[Package httptest2 version 1.2.0 Index]