identify_dependencies: Identify Dependencies

View source: R/project_visualiser.R

identify_dependenciesR Documentation

Identify Dependencies

Description

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 dataframe with two columns ("from" and "to") representing the dependencies.


assertHE documentation built on June 8, 2025, 10:08 a.m.