def_use_sets: Compute Symbol Definition and Use Sets

Description Usage Arguments Value

View source: R/def_use_sets.R

Description

This function computes the symbol definition and use sets for a code object.

Usage

1

Arguments

node

(ASTNode) The code object.

...

Further arguments passed to or from other methods.

by_block

(logical) When TRUE, the sets are computed for each Block. When FALSE, the sets are computed for each line in each block.

Value

A two-element list. The first element contains the def sets and the second element contains the use sets.


nick-ulle/rstatic documentation built on Oct. 18, 2019, 4:38 a.m.