Find all functions in that call supplied functions.
Find all functions in that call supplied functions.
find_uses(envs, funs, match_any = TRUE)
envs |
Vector of environments to look in. Can be specified by name, position or as environment |
funs |
Functions to look for |
match_any |
If |
names(find_uses("package:base", "sum")) envs <- c("package:base", "package:utils", "package:stats") funs <- c("match.call", "sys.call") find_uses(envs, funs)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.