find_uses | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.