find.funs.except: Find function calls inside a call object but ignore subcalls...

Description Usage Arguments

View source: R/tools.r

Description

Find function calls inside a call object but ignore subcalls listed in ignore.calls

Usage

1
2
find.funs.except(call, ignore.calls = NULL,
  ignore.names = names(ignore.calls))

Arguments

call

the call to be analysed

ignore.calls

a named list of quoted calls. The names must be the function names of the call. Alternatively, ignore.names can be set

ignore.names

just the function names of the ignore.calls


skranz/whitelistcalls documentation built on May 30, 2019, 3:04 a.m.