Whether to suppress definitions that the analyzed project exports via its NAMESPACE (the package's public API).
flowR cannot observe external callers, so exported names would otherwise be reported as (uncertain) false positives.
includeFunctionDefinitions
includeFunctionDefinitions:boolean
Whether to include (potentially anonymous) function definitions in the search (e.g., should we report uncalled anonymous functions?).
Whether to suppress definitions that the analyzed project exports via its
NAMESPACE(the package's public API). flowR cannot observe external callers, so exported names would otherwise be reported as (uncertain) false positives.