user_transform_rec: Apply user transformations depths-first.
Description
The difference between this function and user_transform
is that the this
function does not perform type checks before calling recursively while user_transform
does.
Usage
user_transform_rec(expr, env = rlang::caller_env())
Arguments
expr
The expression to transform -- typically a function body.
env
The environment where functions can be found.
Value
Rewritten expression