R/project_visualiser.R
identify_dependencies.Rd
Identify dependencies between functions.
identify_dependencies(v_unique_foo, pkg_env = environment())
Vector of unique function strings.
The package environment where the functions are defined (e.g. global).
A data.table with two columns ("from" and "to") representing the dependencies.