preorder.walk.expression {roxygen}R Documentation

Recursively walk an expression (as returned by parse) in...

Description

Recursively walk an expression (as returned by parse) in preorder.

Usage

preorder.walk.expression(proc, expression)

Arguments

proc the procedure to apply to each subexpression
expression the root of the expression

Value

NULL


[Package roxygen version 0.1 Index]