View source: R/get_package_function_usage.R
get_function_call_frequency | R Documentation |
Which Function is Called How Often?
get_function_call_frequency(tree, simple = FALSE, dbg = TRUE)
tree |
parse tree as returned by |
simple |
if |
dbg |
if |
data frame with columns name
(name of function), count
(number of times the function is called)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.