Skip to contents

Identify dependencies between functions.

Usage

identify_dependencies(v_unique_foo, pkg_env = environment())

Arguments

v_unique_foo

Vector of unique function strings.

pkg_env

The package environment where the functions are defined (e.g. global).

Value

A data.table with two columns ("from" and "to") representing the dependencies.