get_calls_from_function: Gets all calls from a function

Description Usage Arguments

Description

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'.

Usage

1
get_calls_from_function(function_name, all_functions, package_name, cache_this)

Arguments

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


aaronrudkin/werner documentation built on May 23, 2019, 6:03 a.m.