powered by
Recursively traverse an R expression and apply a visitor function to each node.
walk_ast(expr, visitor)
An R expression, call, or primitive type.
A function taking a node as argument.