The core workhorse of werner, this function gets all calls made from a given function in a package by breaking the function call into a series of discrete lines and handing each line off to 'get_calls_from_line'.
1 | get_calls_from_function(function_name, all_functions, package_name, cache_this)
|
function_name |
Character vector name of a function, namespaced |
all_functions |
Vector of character strings listing all functions in the package's namespace |
package_name |
Name of the package we're searching |
cache_this |
Environent to hold the progress bar and memoised progress |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.