Static code analysis.
Usage
drake_deps_ht(expr, exclude = character(0), restrict = NULL)
Arguments
- expr
An R expression
- exclude
Character vector of the names of symbols to exclude from the code analysis.
- restrict
Optional character vector of allowable names of globals. If
NULL
, all global symbols are detectable. If a character vector, only the variables inrestrict
will count as global variables.