Description Usage Arguments Value See Also
View source: R/depth-first-traversals.R
Traverses the expression expr
depth-first and analyse it it using
callbacks
.
1 2 | depth_first_analyse_expr(expr, callbacks, params = list(),
topdown = list(), wflags = warning_flags(), ...)
|
expr |
An R expression |
callbacks |
List of callbacks to apply. |
params |
Parameters of the function we are analysing. If we are working on a raw expression, just use the default, which is an empty list. |
topdown |
A list of additional information gathered in the traversal. |
wflags |
Warning flags, see |
... |
Additional data that will be passed along to callbacks. |
The result of the last bottom-up traversal.
analysis_callbacks
identity_analysis_callback
depth_first_analyse_function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.