preorder.walk.expression {roxygen} | R Documentation |
Recursively walk an expression (as returned by parse
) in
preorder.
preorder.walk.expression(proc, expression)
proc |
the procedure to apply to each subexpression |
expression |
the root of the expression |
NULL