Walk the Abstract Syntax Tree (AST) of an R Expression
Arguments
- expr
R expression.
- atomic, name, call, pairlist
single-argument function that takes an atomic, name, call and pairlist expression, respectively. Have to return a valid R expression.
- substitute
If TRUE,
expr
issubstitute()
:ed.
Value
R expression.