with_trace | R Documentation |
Wrapper around 'trace' to untrace when finished
with_trace(
x,
where = topenv(parent.frame()),
print = getOption("httptest2.debug.trace", FALSE),
...,
expr
)
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 |
The result of expr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.